Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #460548

    Hello,

    How do I decrease the padding of the east slider on my home page so it is about half way from where it is now?
    http://bodytalkcare.com/

    Thank you

    #460570

    your header hight : do you set it in Enfold Options Dialog?

    Because i got here on your site as you can see a

    Screenshot with Developer tools aside

    a scrolloffset of 116px from main

    but i see on your css:

    .html_header_top.html_header_topbar_active.html_header_sticky.html_large #top #main {
        padding-top: 147px;
    }

    have a look where the 147px comes from.

    or goto quick css and set:

    .html_header_top.html_header_topbar_active.html_header_sticky.html_large #top #main {
        padding-top: 119px;
    }
    • This reply was modified 8 years, 10 months ago by Guenni007.
    #460572

    and if you only want to change it for your Start Page:

    .home main {
        padding-top: 0;
    }

    because on default it seem there is a padding-top of 50px

    but by the way – a little distance between header and content looks better for me

    • This reply was modified 8 years, 10 months ago by Guenni007.
    #460579

    so now – sorry – i see that this is normal on enfold installation that scroll-offset of div id=main differ about 30px to the padding-top.

    so take the

    main {
        padding-top: 0;
    }

    if you want to do it for all sites or advice above with .home if you only want to change it on Startpage

    #460826

    Hey!

    Please refer to @guenni007’s posts above

    @guenni007
    Thanks :)

    Best regards,
    Yigit

    #460841

    how do I make it the same distance for every page?

    thank you.

    #460842

    Hey!

    Please use following code

    .content, .sidebar { padding-top: 10px; }

    Cheers!
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.