Hello
http://www.sakuraseafoods.com/ Both these issues are on phone only:
1. How can I get both buttons on the fullscreen slider to line up vertically?
2. How can I get the thumbnails for the gallery to be bigger?
Thanks much, Rob
Hi rdswestnet;
try to add this code into your custom css to line up two buttons on the left in mobile screen :
@media only screen and (max-width: 990px) {
.avia-multi-slideshow-button.avia-slideshow-button-2{margin-left:0px;}
}
Hi!
1- Please refer to @begrafiks post above
2- Please add folllowing code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) {
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
width: 16.6%;
}}
Cheers!
Yigit
Thanks much to both of you! I had to add !important to Yigits code. Other than that… perfect results. Case resolved.