New Landing How can we help? Themeforest Theme Support Dante Single shop page not responsive on iPhone

Viewing 13 posts - 1 through 13 (of 13 total)
  • Posted in: Dante
  • #84253
    MHC
    Member
    Post count: 247

    Hi,

    My single shop page is not responsive on iPhone. It’s looking weird and messed up right now. Please check screenshots I attached.

    #84254
    MHC
    Member
    Post count: 247
    This reply has been marked as private.
    #84572
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Have you added any custom css? It may help if I can see your link

    – Kyle

    #84607
    MHC
    Member
    Post count: 247
    This reply has been marked as private.
    #84628
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Your site is in maintenance mode

    Please provide me with a login so I can view the site

    – Kyle

    #84658
    MHC
    Member
    Post count: 247
    This reply has been marked as private.
    #84665
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Looks like something is broke, please upload a fresh copy of the theme’s files through ftp

    – Kyle

    #84799
    MHC
    Member
    Post count: 247

    Hi Kyle,

    I’ve deleted Dante 2.53 via FTP and uploaded a fresh copy of Dante 2.61 but the site still looks broke with many Undefined index notices… Please take a look.

    Thanks.

    #84806
    MHC
    Member
    Post count: 247
    This reply has been marked as private.
    #85137
    MHC
    Member
    Post count: 247

    Hi Kyle,

    I reset the theme settings to default and the undefined index notices are gone now.
    However the mobile version of the single product page is still not responsive.

    #85144
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    That’s because you have this in your custom css:

    /* SINGLE PRODUCT */
    .woocommerce div.product div.images {
    width: 50%;
    }
    .woocommerce div.product div.summary {
    width: 47%;
    }
    .woocommerce div.product .entry-title {
    display: block;
    float: right;
    width: 47%;
    text-align: left;
    font-size: 18px;
    margin-bottom: 8px;
    }

    You need to put that in a media query so it only applies on large screens

    – Kyle

    #85171
    MHC
    Member
    Post count: 247

    Hi Kyle,

    Thanks I didn’t know this. Could you please point me where I can put the CSS in a media query?

    #85174
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Replace the css with:

    @media only screen and (min-width: 769px) { 
    /* SINGLE PRODUCT */
    .woocommerce div.product div.images {
    width: 50%;
    }
    .woocommerce div.product div.summary {
    width: 47%;
    }
    .woocommerce div.product .entry-title {
    display: block;
    float: right;
    width: 47%;
    text-align: left;
    font-size: 18px;
    margin-bottom: 8px;
    }
    }

    – Kyle

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