New Landing How can we help? Themeforest Theme Support Uplift Issue with responsiveness.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Uplift
  • #319198
    nosuchagency
    Member
    Post count: 226

    Hi Guys.

    When testing responsiveness on all pages we can see that the theme puts a white bar between rows…
    How do we ensure this is not happening?

    Here’s a screencast showing the issue: https://youtu.be/-Lqso86JX20

    Thank you.

    SørenJ.

    #319201
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    It seems to be the margin bottom on that specific resolution.
    Add the code below to your custom css option.

    @media only screen and (max-width: 767px){
     .spb_text_column, .spb_content_element {
        margin-bottom: 0px;
      }
    }

    -Rui

    #319219
    nosuchagency
    Member
    Post count: 226

    Hi Rui.

    Great!
    That did the trick.

    Thank you, you can close this ticket :o)

    Søren.

    #319222
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Glad it’s sorted.

    -Rui

    #319224
    David Martin – Support
    Moderator
    Post count: 20834

    Marking as resolved.

    Thanks.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.