• Resolved robeeno

    (@robeeno)


    hi,

    i have been searching and trying advice to remove the big white space on each page above the content.

    i am using fudo and this is link to my website

    i would greatly appreciate some help as its frying my brain now.

    thanks in advance,
    robin

Viewing 6 replies - 1 through 6 (of 6 total)
  • Remove:

    <div id="left-side">
    <aside id="left-primary">
    <ul>
    [...]									</ul>
    </aside>
    </div>

    from your theme template files.

    Thread Starter robeeno

    (@robeeno)

    hi, i cannot find this in either stlye.css or header.php or page.php?

    It’s in one of your theme template files.

    Thread Starter robeeno

    (@robeeno)

    i’m sorry for not getting this, but i have searched for what you have written in every file in my themes folder and i just can’t find it.

    i’m also using firebug but i can’t find the place to change it with that either!

    can you assist me further?

    thanks,
    robin

    If you have Firebug, you should be able to see this markup at the top of the page content area – just above the content block. I’m afraid I have no way of knowing what template file is generating it.

    Thread Starter robeeno

    (@robeeno)

    omg i finally got it! i used firebug to find the line in style.css and that was similar to what you mentioned above, and deleted it.

    this is what i deleted:

    #left-primary {
    	float: left;
    	padding-left: 10px;
    	width: 150px;

    i hope this helps someone else!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘remove space between header and content’ is closed to new replies.