Thank you in advance
Version 3.0.3.8
default theme
PHP: 7.3.13
But I can see from the screenshot you're not using the default theme ...
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
https://tonias-handmade.comJNeuhoff wrote: ↑Thu May 15, 2025 10:30 pmThis can be easily done with your theme's stylesheet.css. But first you have to provide proper details, see forum rules. Also what's your website URL?
Code: Select all
@media (max-width: 768px) {
.image-additional {
display: flex;
justify-content: center;
flex-wrap: wrap;
text-align: center;
margin: 0 auto;
float: none !important;
}
.image-additional a {
margin: 5px;
}
}
Got an urgent question that’s keeping you up at night? There might just be a magical inbox ready to help: khnaz35@gmail.com
Enjoy nature
Thank but that made the thumbnails go in a rowkhnaz35 wrote: ↑Thu May 15, 2025 11:51 pmSome thing like this?Don't forget to refresh your theme cache and modifications.Code: Select all
@media (max-width: 768px) { .image-additional { display: flex; justify-content: center; flex-wrap: wrap; text-align: center; margin: 0 auto; float: none !important; } .image-additional a { margin: 5px; } }

Attachments
thumb-row - additional2.JPG (9.93 KiB) Viewed 6937 times
Isn't this was ask?
Got an urgent question that’s keeping you up at night? There might just be a magical inbox ready to help: khnaz35@gmail.com
Enjoy nature
Once you have modified it, it is not the default theme anymore, even if it still has that name.
I suggest you leave the extra images as they are - they look good left aligned.
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
Code: Select all
@media (max-width: 767px) {
.thumbnails {
overflow: auto;
clear: both;
list-style: none;
padding: 0;
margin-bottom: -40px;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
}
Users browsing this forum: cokesjo1, Semrush [Bot] and 20 guests