Hi guys,
in another thread i already asked for that:
The gallery on smartphone looks strange.
When i want a large image and thumbnails under the large image theres too much space between image and thumbnails.
Guenni wrote a code for me:
#top div .avia-gallery .avia-gallery-big,
#top div .avia-gallery img {
padding: 2px;
}
Where do i have to add this? Or do i need another code.
Here is an example:
Remember. On PC everything is OK. Just on smartphone it looks weird.
Hey Augeundso,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 1270px) {
#top #main .avia-gallery .avia-gallery-big-inner {
height: auto;
}
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Works. Great. Thanks a lot.
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike