Hi!
Is it possible to change the magazine proportion, between the big image and the thumbnails? It is currently 1/2 + 1/2. I would like 2/3 +1/3.
Best regards,
Poirot
Hey Poirot!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (min-width: 990px) {
.av-magazine-hero {
width: 67%!important;
}
.av-magazine .av-magazine-sideshow.av_one_half {
width: 30%;
}}
Regards,
Yigit
Hi!
Fixed, thank you!
Best regards
Poirot