Jump to content

[Resolved] Thumbnail positioning in Nota CubeCart v6


jckm2000

Recommended Posts

Thanks, your link: https://forums.cubecart.com/topic/47842-how-to-move-small-previews-of-product-in-mican-skin/#comment-197271

got my thumbs running vertically along the right hand side of the main product image. I can live with that :)

I would like to add some padding between the thumbs and main image though. I've been playing around a bit but with no success.

Can you tell me which line/s I need to be looking at?

http://www.townhouse-norwich.co.uk/store/original-mid-century-school-desk.html

Cheers,

Jon

 

Link to comment
Share on other sites

Try these edits. After making the edits, be sure to force your browser to reload the page's resources such as images, css, and javascript files.

In common.css:

Line 590:
#gallery {
    height: 270px;
/*  width: 360px;   Removed! */
}

Line 595:
#gallery div.image {
    float: left;
    height: 270px;
    padding-right: 5px; /* New! */
    width: 270px;
}

Line 600:
#gallery_select {
/*  width: 320px;   Removed! */
}

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...