• From the bottom of the header menu bar to the first line of text there is a large space- it looks to be 1 inch on the screen. I removed the page title but would also like to remove most of the space. Any suggestions?

Viewing 14 replies - 1 through 14 (of 14 total)
  • post your url so we can see your website

    Thread Starter Papaka

    (@papaka)

    I hope you making changes in child theme style.css

    There is small padding here

    #main {
        clear: both;
        padding: 1.625em 0 0;
    }

    change 1.625em to 0

    and there is padding on this code

    .singular.page .hentry {
        padding: 3.5em 0 0;
    }

    Change 3.5em to 0 or smaller padding if desired

    Thread Starter Papaka

    (@papaka)

    I have created a child theme from which I am running the theme. However, the only thing showing up in the style.css is this:
    /*
    Theme Name: Twentyeleven Child
    Description: Child theme for the twentyeleven theme
    Author: Papaka
    Template: twentyeleven
    */

    @import url(“../twentyeleven/style.css”);

    #site-title a {
    color: #009900;
    }

    Thread Starter Papaka

    (@papaka)

    Should I copy the style.css from main theme into my child and then modify as you suggest?

    then just copy and paste the code in my post in the file and make the change.

    Thread Starter Papaka

    (@papaka)

    OK am working on it; ran into slight problem. Will report when done.
    Thanks for your help thus far.

    Thread Starter Papaka

    (@papaka)

    SUPER!
    Thank you govpatel!

    You are welcome

    Thread Starter Papaka

    (@papaka)

    I do have one more question that surfaced…
    The article headline: “The Future of Legal Services Does Not Have To Look Like The Past!” ignores changes to size. Is there something within the code that prevents this?

    When you added that title in content did you say how you want to display the title from fonts like h1 or h2 as when I look at code there are no h1 or h2 tags just span with color red.

    Thread Starter Papaka

    (@papaka)

    Yes, I tried h1 or h2, then I tried re-writing html code to call out the font and size I wanted. No changes noted at all.

    I see there may problem code
    <h2 style=”text-align: center;”>
    <span style=”color: #ff0000;”>
    <span style=”font-family: Arial Black; font-size: medium;”>The Future of Legal Services Does Not Have To Look Like The Past!</span>
    </span>
    </h2>

    see if you can font-size:24px; for trial you can always change the size so above code try and see if this works

    <h2 style=”text-align: center;color: #ff0000;font-size:24px;”>
    The Future of Legal Services Does Not Have To Look Like The Past!</h2>

    Thread Starter Papaka

    (@papaka)

    That took care of it.
    Wow, I created the raw html code in Front page and just copied and pasted. Also just tried the h1 or h2 setting; nothing worked.

    Thanks again!

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

The topic ‘Large Space Below Header’ is closed to new replies.