• Ok, I feel silly, but here goes.

    Here’s a page I’m struggling with:
    http://freshbkautoloan.com/?page_id=13

    See the white gap between the navigation and page content. How, how do I get rid of it…. have been going through the files, and just can’t find out. My posts don’t have this problem, just my pages.
    Anyone?
    thank you in advance,
    Patrick

Viewing 4 replies - 1 through 4 (of 4 total)
  • According to the code, that’s where < div id=”posttitle”> is supposed to be. My guess is that’s where your theme puts the page title. If you haven’t entered text for the page, title, it’s going to show up as a blank line.

    To get rid of it, either put the page title there, instead of in the content window on the editor screen, or remove the post title from the template for pages.

    HTH…

    In your style.css If you change the 38 in the code to 0px it decreases the gap, but I’m not sure if thats what you’re asking?

    .posttitle {
       margin:0 10px 0 11px;
       height:38px;
       padding-top:0px;
       padding-bottom:7px;
    }
    Thread Starter 6amrunners

    (@6amrunners)

    Thank you Torlowski!! Worked like a charm!

    Glad to help! 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘So simple, but just can't make it work…’ is closed to new replies.