Viewing 8 replies - 1 through 8 (of 8 total)
  • Do you have any css knowledge?

    Thread Starter StingGB

    (@stinggb)

    A little bit. If you tell me what to change I can do it.

    Regards,

    Brian.

    This will ad a padding to all of your titles just fyi.
    add it to your css file.

    .entry-title .widget-title {
        padding-top: 10px;
    }

    Good note.
    Can the padding adjusted with the px value (i.e. 20px)?
    Thanks.

    Thread Starter StingGB

    (@stinggb)

    I tried adding it in a couple of places in Style css but nothing’s changed. Do you know exactly where I need to place it?

    Thanks.

    remove what I previously had. This will be easier for you I think

    Find this

    #content .entry-title {
        color: #000000;
        font-size: 21px;
        font-weight: bold;
        line-height: 1.3em;
        margin-bottom: 20px;

    and ths

    .widget-title {
        color: #222222;
        font-weight: bold;

    and add this to the bottom of each

    padding-top:20px;

    Thread Starter StingGB

    (@stinggb)

    That did it! Thanks very much for your help, I really appreciate it.

    One more quick thing, on my pages menu there’s no gap between the title Pages and the list of pages. How do I create a small gap?

    Regards, Brian.

    ad a padding-bottom to the .widget-title

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Header padding issue’ is closed to new replies.