• Good day,

    I’m trying to increase the spacing between the header line below the Main tab and my main article text as it seems to be almost overlaping. for some reason.

    My website: http://techtechy.com

    If you would be so kind as to advice how to do this?

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator cubecolour

    (@numeeja)

    The issue appears to be caused by your horizontal category menu wrapping to a second line of links. This could be fixed by ensuring that the links fit to a single line by shortening one or two of the category titles, or by reducing the left & right padding of the nav links:

    #nav li a, #nav li a:link {
    	padding: 8px 6px 9px 6px;
    }

    Thread Starter bohdanruz

    (@bohdanruz)

    Hello,

    Thanks for looking into it.

    Would it not be possible to have the second line of horizontal category’s showing and beneath that a few spaces below the title instead of making the categories shorter?

    B

    Moderator cubecolour

    (@numeeja)

    In your style.css, look for

    #contentwrap {
    	background: #fff;
    	border-top: 8px solid #9bb9bd;
    }

    & add

    padding-top:12px;

    to make it

    #contentwrap {
    	background: #fff;
    	border-top: 8px solid #9bb9bd;
    	padding-top:12px;
    }

    The menu would still look much better on a single line though as that is how the theme author would have designed the theme.

    Thread Starter bohdanruz

    (@bohdanruz)

    Ok, that’ll do. thx for your help

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Increasing Spacing below header’ is closed to new replies.