Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #82002
    Debbie
    Participant

    My apologies for so many questions today, but hopefully this will be the last for a while …

    On http://theo.solutions/, I want just the header, the promotion area (which I’ll turn on and off as needed, the slider, and the footer. It looks fine on a full-sized browser, but on my iphone there is a white space between the slider and footer on both portrait and landscape.

    #82057
    Sakin
    Keymaster

    @violetdeb: Hi Debbie,

    You can replace your current css:

    .home #main {
        padding-top: 0;
        padding-bottom:0;
    }

    with the following:

    .home #main {
        display: none;
    }
    #82089
    Debbie
    Participant

    Perfect. Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘White space between slider and footer on home page’ is closed to new replies.