thumbnail images in shopp not fit correctly

Discussion in 'ColorWay WordPress Theme' started by chndr, Mar 1, 2013.

Thread Status:
Not open for further replies.
  1. chndr

    chndr Member

    Joined:
    Feb 27, 2012
    Messages:
    47
    Likes Received:
    1
    Hi,

    I am using the colorway with the shopp plugin. There is one little issue with my product images. The thumbnails images must have together the same width as the preview image.

    When I am using inspect element, I can see that I can change is with the code:

    element.style {
    width: 360;
    }

    But when I past this code into my stylesheet nothing will changed.

    Hope you understand me a little bit. You can see the problem here:
    http://www.jencha.nl/shop/leren-clutch-studs-kobalt

    When you click and close the image u see an ugly orange border.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    For the width issue:
    Paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    #shopp .gallery ul.thumbnails {
    width: 345px ! important;
    margin-left: 4px;
    }
    this will solve your width issue.

    For the border issue:
    Orange border is shown there due to the plugin. We are unable to edit the plugin CSS, so please contact with the plugin support regarding this issue.
     
  3. chndr

    chndr Member

    Joined:
    Feb 27, 2012
    Messages:
    47
    Likes Received:
    1
    Thank you very much again!
     
Thread Status:
Not open for further replies.

Share This Page