Product details images layout

Professional eCommerce VirtueMart Joomla template with responsive design discussion forum.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Apr 15, 2016 4:01 pm
Reply with quote
Report this post
User avatar
Fresh Boarder

teitbite
Tue Apr 19, 2016 9:03 am
Reply with quote
Report this post
Hi

I'm sorry, but Your question is really hard to understand. Can You please be more detailed about what images and where at least ?
User avatar
Moderator

GK User
Tue Apr 19, 2016 9:54 am
Reply with quote
Report this post
inStyle template, VM product details
http://truecharm.ru/index.php/shop/shop ... ynn-detail
thumbnails are are under main image, i want them on the left from main image like here:
https://names.ru/catalog/women/shoe/ank ... 1#11618656
User avatar
Fresh Boarder

teitbite
Sun Apr 24, 2016 12:33 pm
Reply with quote
Report this post
Hi

I'm afraid Your link goes to 404 page and all of Your menu options has only # sign in it's addresses. Please tell me the exact url to the page where I'll be able to see an example to see if this will be possible easy.
User avatar
Moderator

GK User
Tue Apr 26, 2016 7:51 pm
Reply with quote
Report this post
User avatar
Fresh Boarder

teitbite
Thu Apr 28, 2016 1:45 pm
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.productdetails-view .productDetails > div {
    position: relative;
}

.additional-images {
    left: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100px;
}

.additional-images img {
    margin: 0 0 0 6px;
    width: 100%;
}

.productDetails .main-image {
    margin-left: 100px;
}
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.