Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #214795

    Hi there,

    My website:

    http://www.whitestagweddings.com/

    I have added some quick css:

    .home .content { padding-top: 0px!important; }
    .main_menu ul:first-child>li>a {
    font-size: 9px;
    }

    to alter with the padding on the home page and the font size of the menu. In other pages, i.e. pricing (http://www.whitestagweddings.com/pricing/) i’d like to have the same padding but I can’t seem to get it to work?
    Is there any way to alter my code or add code to get the padding to fit on all pages (very small padding between header and page content).

    Thank you very much!

    Andy

    #214820

    Hey mijyman!

    If you would like to apply the code to all of your pages, please remove .home class from the code and use as following

    .content { padding-top: 0px!important; }

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Header padding / Content padding’ is closed to new replies.