Announcement

Collapse
No announcement yet.

mobile thumbnail image

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    mobile thumbnail image

    Hi all,

    Using smart theme. on desktop the shopping cart has the product thumbnail, this disappears when in mobile view but I would like it to show.... I cant find anything on the forum. So would anyone know what I need to do so it still shows in mobile view please?
    Reverse Osmosis Water Filters

    #2
    In Design, Library, Theme, Stylesheets, double click Responsive CSS Part 2 to open it and right click to 'find' :

    Code:
    .content-area form table.checkout-cart tr td.cart img
    At around line 249 you will see:

    Code:
            .content-area form table.checkout-cart tr td.cart img {display:none;}
    Change display:none; to display:inherit; so it looks like:

    Code:
             .content-area form table.checkout-cart tr td.cart img {display:inherit;}
    Apply, OK and publish and test. You will need to do Ctrl+F5 to reload the revised stylesheet.

    Jonathan Chappell
    Website Designer
    SellerDeck Website Designer
    Actinic to SellerDeck upgrades
    Graphicz Limited - www.graphicz.co.uk

    Comment


      #3
      Jonathan,

      Amazing, thank you.
      Reverse Osmosis Water Filters

      Comment

      Working...
      X