New Landing How can we help? Themeforest Theme Support Dante Mobile Responsive Issues

Viewing 11 posts - 1 through 11 (of 11 total)
  • Posted in: Dante
  • #278489
    sweetrose500
    Member
    Post count: 12

    Working on getting our theme situated on staging version of our site and the mobile version (iPhone 6) is just a mess … need some help.

    #278727
    David Martin – Support
    Moderator
    Post count: 20834

    Please confirm you are using version: https://www.dropbox.com/s/f0ixt0cgjwat1rl/dante.zip?dl=0.

    Please add a WP login for us to take a closer look.

    Thanks.

    #278775
    sweetrose500
    Member
    Post count: 12
    This reply has been marked as private.
    #279076
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    You custom CSS is causing these issues, it will need to be overridden for mobile. Ex:

    1) Slider

    Override this with:

    @media only screen and (max-width: 767px) {
    .homesliderdemo {
    height: auto;
    }
    }

    Homepage Core Product Solutions:

    Override this with:

    @media only screen and (max-width: 767px) {
    .serviceblock {
      width: 100%;
      margin: 0 auto 30px auto;
      padding: 0;
    }
    .servicetext {
      width: 100%;
      margin: 0 auto 30px auto;
    }
    }
    #279337
    sweetrose500
    Member
    Post count: 12

    Thanks – made those updates.

    Now trying to figure out …

    1) How to make the text in the main text box bigger on mobile
    2) How to eliminate extra white space between main slider and next set of content
    3) How to get core product solutions text to not step on itself.
    4) How to get the green boxes to not overlap

    Attachments:
    You must be logged in to view attached files.
    #279778
    David Martin – Support
    Moderator
    Post count: 20834

    1) That is set in your Slider Revolution settings. You can specify different settings for the smaller viewport size.

    2) You can adjust the height of the blank spacer:

    @media only screen and (max-width: 767px) {
    .blank_spacer {
        height: 0px!important;
    }
    }

    3 & 4)

    @media only screen and (max-width: 767px) {
    .fw-row > .container {
    padding-left: 0px!important;
    padding-right: 0px!important;
    }
    .spb_text_column {
        margin-top: 30px;
    }
    }
    #280085
    sweetrose500
    Member
    Post count: 12

    Hello – thanks. We got #1 and #3 updated.

    #2 and #4 still causing us issues even after the CSS update. Ideas?

    #280424
    David Martin – Support
    Moderator
    Post count: 20834

    Seems like you have now changed the layout/slider?

    – David.

    #280440
    sweetrose500
    Member
    Post count: 12

    Just had to re-copy from our live site to get updates to do final prep. Will be re-importing the Swift settings shortly.

    #280589
    sweetrose500
    Member
    Post count: 12

    Ok, things back in place.

    #280621
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Is this resolved?

    – Kyle

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

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

License required for one of the following items
Login and Registration Log in · Register