New Landing How can we help? Themeforest Theme Support Flexform "White Stripe"-Area in mobile view

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Flexform
  • #251863
    JayJay
    Member
    Post count: 38

    Hi,

    I dont’t know if that’s a theme-issue, but in for example android mobile view, there appears a little white stripe-area along the wrapper in the right side, like a scrollbar or something like that. I tried already to overflow-x: hidden in the body, but this don’t work.
    The problem occurs only on the Start/Homepage, an only in Mobile.
    Thanks in anticipation for any help.

    Regards,
    Jay

    #251870
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    @media screen and (max-width: 767px) {
    .alt-bg {
        margin-left: 0px !important;
    }
    }

    Thanks
    Mohammad

    #252090
    JayJay
    Member
    Post count: 38
    This reply has been marked as private.
    #252316
    David Martin – Support
    Moderator
    Post count: 20834

    Please test this CSS:

    @media only screen and (max-width: 767px) {
    .alt-bg {
        margin-left: 0px!important;
    }
    }
    #252343
    JayJay
    Member
    Post count: 38

    Thanks..I will test and report back

    #252670
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Just check and let us know your feedback.
    Thanks
    Mohammad

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register