New Landing How can we help? Themeforest Theme Support Dante Mobile Margin/Padding Problem

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #83878
    wochurch
    Member
    Post count: 55

    On the homepage when I’m on my phone, the parallax full screen video and the impact text + button sections push all the text/button content over to the far left of the screen. I’ve attached some screenshots to show you what I’m talking about. Two from my site, and one from yours to show it’s working.

    #83985
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    In another thread I gave you this custom css:

    .alt-bg {
      margin-left: -680px !important;
      padding-left: 680px;
      padding-right: 680px;
    }

    Please wrap this css in a media query, like this:

    @media only screen and (min-width: 1200px) { 
    .alt-bg {
      margin-left: -680px !important;
      padding-left: 680px;
      padding-right: 680px;
    }
    }

    – Kyle

    #84234
    wochurch
    Member
    Post count: 55

    Perfect. Thanks a lot!

    #84360
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

    – Kyle

Viewing 4 posts - 1 through 4 (of 4 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