How can I make the thumbnails on the magazine plugin bigger? (theirs the main large one but im talking about the smaller ones how can I make those biggers in terms of width and height) thanks.
Hi LecheLMP!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-magazine-thumbnail { width: 80px; }
Best regards,
Yigit
Yigit,
It changes the size of the box not the image sir.
I tried adding .av-magazine-thumbnail img { width: 80px; } but did not work.
Hi!
Thank you for the info.
Our suggestion above should increase the thumbnail size. Please try this:
.av-magazine-thumbnail img, .av-magazine-thumbnail {
width: 80px !important;
}
Remove browser cache then reload the page a few times.
Regards,
Ismael
Ismael,
Thank you for your response, I have another question concerning the Main Pic thumbnail (large one) –
.av-magazine-thumbnail img, .av-magazine-thumbnail {
width: 80px !important;
}
this changed all the thumbnails including the large one – how can i just change the smalls one and not touch the large one?, thanks.
Hey!
You can add this snippet after that one:
.av-magazine-hero .av-magazine-thumbnail {
width: 100% !important;
}
Best regards,
Devin
Devin didn’t work just made the box bigger, not the picture sir.
.av-magazine-thumbnail img, .av-magazine-thumbnail {
width: 100px !important;
}
.av-magazine-hero .av-magazine-thumbnail {
width: 100% !important;
}
Hey!
Thank you for the update.
If you want to change the small magazine article thumbnails, please use this:
.av-magazine-sideshow .av-magazine-thumbnail img, .av-magazine-sideshow .av-magazine-thumbnail {
width: 80px !important;
}
Regards,
Ismael
.