Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #44083
    Danielle
    Member

    I have only the header and featured content and it is too close together. I would like to make the space in-between bigger or add an image of a border I created on my own to show distinct separation.

    Also, the text on my about page is all different sizes….what have i done?

    http://www.personalwardrobeconsultant.com

    #44092
    Sakin
    Keymaster

    @Danielle: I guess you already increase the spaces. As when I check in your site, there is ample of space between Header image and featured content. If you want to further increase the space then you can increase padding-top in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
    #featured-post { padding-top: 30px; }

    #44275
    Danielle
    Member

    this helps. I had added space by adding a white secondary menu on a white background, so this will help me do it the proper way. Somehow though, when I did that, I erased my featured content titles. They are enabled and labeled in dashboard featured content options, but do now show up on the actual site. What could be the problem? thanks so much.

    #44293
    Sakin
    Keymaster

    @Danielle: Sorry I am confused what you mean?

    #44548
    Danielle
    Member

    on my home page, my featured content images ( the 3 boxes ) do not have titles anymore.

    #44665
    Danielle
    Member

    I fixed it, i had added some weird code to hide the menus.

    #44667
    Danielle
    Member

    oh!!! no i didn’t fix it. I actually got the featured content titles back up ( styling 1 styling 2 and styling 3) but now the home title is there again. I don’t want the words home ( or about or contact ) anywhere on the page except at the top header menu.

    Is there a way to get these menu titles off the page and still keep my featured content titles there?

    Also, is there a way to keep the title and tagline from moving up and down with the page and just remain at the top……my client doesn’t like the way it adjusts from a big size to a smaller size in a hiccup-y kind of way.

    Thank you so much!!!
    danielle

    #44673
    Sakin
    Keymaster

    @Danielle: You can add the following css in “Appearance => Theme Options => Custom CSS” box to hide the page title.
    #main .entry-header { display: none; }

    Your site title and tagline is same with move up and down. I think you already fixed this.

    #44680
    Danielle
    Member

    Thank you that worked for my page titles. On my end, the title and tagline still change when scrolling down from big to small and always remain at the top of the page no matter if I’m scrolled all the way down to the bottom…. does this make since? The client doesn’t want the title and tagline to move while scrolling to view at the top no matter where they are on the page, she wants it to just remain at the top and disappear when scrolling.

    Also, one more thing, on my iPhone, the about page content is super skinny. can i adjust this on the mobile end?

    Sorry , i feel like i have driven you crazy, but appreciate your quick and great support.

    #44690
    Danielle
    Member

    I fixed the width of my content on the about page, so now only trying to solve the moving title and tagline….

    #44700
    Sakin
    Keymaster

    @Danielle: try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
    #masthead.fixed-header { position: relative; }

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘adding more space between the header image and featured content’ is closed to new replies.