Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #50226
    jamepompey
    Member

    Hi,

    I have a website http://www.chartsandscores.com and it runs fine with the catch box theme. I have changed the width settings in my CSS but other than that I have not made any back end adjustments.

    The website seems to display fine on normal PC’s and Macs but it will not display properly on mobiles. Most of the pages and features display fine but if you were to click on a product e.g. http://www.chartsandscores.com/product/addicted-to-love/ form a mobile device the product info (Price, orangey bit and description including purchase buttons) is too wide and goes off the screen and you can’t scroll to see it.

    Also on some of the product list pages the list of products goes off the main column although it’s not so much of a problem because you can scroll to it. it just looks messy. I’m less concerned about this problem as I feel I could probably enter the info in a better way onto the website but I can’t find a way to fix the other issue. Please help!

    #50253
    Sakin
    Keymaster

    @jamepompey: Theme is responsive but the your table in homepage is not responsive. It has lot of columns in table so it doesn’t fit. Can you try using Responsive Table plugin or responsive columns plugin and add in.

    Same with your product page, where your details has fixed width of 525px. So, it’s issue. That can be fixed by adding in max-width css. Just add the following css in “Appearance => Theme Options => Custom CSS”
    .single-product .product_info { max-width: 100%; }

    #50300
    jamepompey
    Member

    Thanks so much. How incredibly easy. All seems to be good now. Excellent stuff!

    #50440
    Eva Coleman
    Member

    I’ve got similar problem.
    I am replacing an older version of (responsive) Flexslider on a responsive site with Meta Slider plugin. Everything seems to work fine on desktop, except neither of the sliders seem to be responsive. Would you know how to fix it? Thanks. Eva

    #50473
    Sakin
    Keymaster

    @Eva Coleman: Are you using theme from Catch Themes. This support forum is only for Catch Themes users. But as per my knowledge we don’t use Flexslider. If you have customized our theme to use Flexslider then please send me your site URL and then I can check in.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Responsive theme feature not adjusting pages correctly on mobiles.’ is closed to new replies.