Viewing 1 replies (of 1 total)
  • Plugin Author Cashie Commerce

    (@cashiecommerce)

    Some mobile browsers do not correctly shift the product detail information on the page. An easy fix is just to add the following code to force the browser to adjust correctly in your site’s main style sheet:

    @media only screen and (max-device-width: 480px) {????
    .c_imageWrapper {
    float: none !important;
    }
    .c_details .c_info {
    margin-left: 0px !important;
    }

    On your site, it looks like style.css would be a good choice. Just add it to the bottom of the file in Appearance > Editor section of the WordPress admin.

Viewing 1 replies (of 1 total)
  • The topic ‘Buy buttons not visible on mobile site’ is closed to new replies.