Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #582976

    Hi,
    I have noticed a strange phenomenon on my site.
    On my boxed startpage a text block directly behind a full width slider follows without margin.
    A copy of the page, not startpage of course, shows a margin,which is actually the way I would like it.
    Changing the start page to the copy shows no margin again.
    Before I used the simple slider, and there a margin was no problem.
    Please compare these pages:
    http://hi-flyfoto.de/

    Thanks for your help
    Michael

    #583021

    Hey mleonhard!

    what is the second page that you did the extra can we check and review it?

    Best regards,
    Basilis

    #583027

    Hi,
    the pages are
    hi-flyfoto.de
    and
    hi-flyfoto.de/temp
    (my first post was formatted strangely)

    Michael

    #583407

    Hey!

    You have following custom CSS

    
    .home .content {
        padding-top: 0px;
    }

    If you would like to override it on sections that are after sliders, please add following code to Quick CSS

    #after_full_slider_1 .content {
        padding-top: 40px !important;
    }

    Cheers!
    Yigit

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