Announcement

Collapse
No announcement yet.

Section Image "Links" = not responsive

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

    Section Image "Links" = not responsive

    Hi
    I am struggling with this - please see this test link. The first 3 products have a tick in the "Links" section so that the Image will link to the product page.

    The rest of the product are set to "does nothing" in the links section.

    What has happened is the the first 3 images are now links to their product page, but those section images are now non-responsive (eg they do not resize on screen size change).

    The other images where I have not specified a link are responsive. Obviously I would like the section images to be links to their product page, but also retain the responsive-ness.

    http://www.nicestuff.co.uk/acatalog/Caps-p1.html

    Any ideas ? Is this a bug ?

    #2
    YASB (Yet Another SellerDeck Bug - the successor to the much loved YAAB).

    You can fix this. Go to Design / Library / Layouts / Theme Stylesheets / Responsive CSS.
    Look for (right-click within layout and choose Find):
    Code:
    .twoColumns .product-image > img, .threeColumns .product-image > img,
    Immediately above this add a line:
    Code:
    .twoColumns .product-image a > img, .threeColumns .product-image a > img,
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Thanks for reporting this, and thanks for posting the fix, Norman

      I have raised a bug ticket for this (ref SD-5189) and will fix it in a maintenance release
      Bruce Townsend
      Ecommerce Product Manager
      Sellerdeck Ecommerce Solutions

      Comment

      Working...
      X