Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2023
    Location
    UK
    Posts
    27
    Plugin Contributions
    0

    Default Responsive Classic Template

    Using the responsive classic template, and have product listing > columns per row set to 3.

    Works well on desktop and mobile in portrait view, showing 3 rows of products on desktop, and 1 row of products on mobile.

    As soon as you turn the mobile phone to landscape view, 2 rows of products show in grid view, with the images out of place, and overlapping the text.

    Would anyone else who's experienced this, found a fix for this.

    Just need to work out some css to set the product grid display to 1 in landscape view on mobile, whilst keeping everything else the same (3 rows on desktop, and1 row on mobile devices).

  2. #2
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,240
    Plugin Contributions
    1

    Default Re: Responsive Classic Template

    In /includes/templates/YOUR_TEMPLATE/css/responsive_default.css look for and change:

    Code:
    @media (min-width: 481px) and (max-width: 767px) {
      .list-image {
        margin: 20px 20px 10px auto;
        margin-right: 20px;
        text-align: center;
        display: inline-block;
        height: 100%;
        vertical-align: top;
      }
    }
    to

    Code:
    @media (min-width: 481px) and (max-width: 767px) {
      .list-image {
        margin: 20px 20px 10px auto;
        margin-right: 20px;
        text-align: center;
        display: inline;
        height: 100%;
        vertical-align: top;
      }
    }
    Simon

 

 

Similar Threads

  1. v158 Can't Change Template To Anything But Responsive Classic or Classic Contemporary
    By boruma in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 21 Feb 2024, 12:14 PM
  2. v155 ? on Customizing Responsive-Classic template v1.5.5f
    By byakudan in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 21 Oct 2018, 10:34 AM
  3. menus for responsive classic template
    By karine in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 27 Jun 2018, 09:26 PM
  4. v155 Classic Responsive Template - file permissions
    By karine in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 25 Jun 2018, 03:54 PM
  5. v151 Responsive Classic Contemporary Silver Template for 1.5.x
    By rbarbour in forum Addon Templates
    Replies: 28
    Last Post: 19 Feb 2016, 04:04 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR