This topic has 8 replies, 4 voices, and was last updated 10 years, 1 months ago ago by Robert Hall
i have install the theme on my domain but on Single Product page the images are not like the demo theme. The page i am talking about is http://www.karloutsi.com/?product=test. can you please have a look and let me know how can this problem be solved
Hello,
please specify, what are the problems with images? It would be very helpful if you describe what do you want to display and how.
there is no space between product image and thumbnails
Hello,
Please add this code in custom.css file:
.ms-thumb-list.ms-dir-h {
margin-top: 20px;
}
To create “custom.css” you can rename the file “default.custom.css” via FTP which is located in wp-content/themes/royal. To enable it go to Theme Options > Custom CSS > ON.
Thank you.
Regards,
Eva Kemp.
I like to thank you for your respond. i rename the default.custom.css to custom.css i paste the file into .ms-thumb-list.ms-dir-h {
margin-top: 20px;
}
. I enable custom css on theme options and then i reload the page but nothing.
Hello,
Try to add this code with !important;
.ms-thumb-list.ms-dir-h {
margin-top: 20px !important;
}
Regards,
Robert Hall.
nice thank you
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘Single Product Images’' has been successfully resolved, and the topic is now closed for further responses