Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #217646

    Hi.

    How do I remove the padding between the header menu and the slider?

    LINK

    #218490

    Hey!

    Try adding this code to the Quick CSS:

    .home .template-page.content.twelve.alpha.units {
        padding-top: 0 !important;
    }

    Cheers! 
    Josue

    #218798

    That worked great, but the slider still has a space on its bottom =/

    #218804

    Hi!

    Please add following code to Quick CSS as well

    .home .template-page.content.twelve.alpha.units {
        padding-bottom: 0 !important;
    }

    Cheers!
    Yigit

    #218807

    Sorry, it was in another post, that worked perfectly

    • This reply was modified 10 years, 9 months ago by Guilherme.
    #218812

    Hi!

    You are welcome! I noticed that you have modified Josue’s custom CSS code to following

    .home .template-page.content.twelve.alpha.units {
    padding-top: 5 !important; }

    And it is not being applied. If you would like to increase top padding a bit, please use it as following

    .home .template-page.content.twelve.alpha.units {
    padding-top: 5px !important; }

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Padding’ is closed to new replies.