-
AuthorPosts
-
June 20, 2014 at 4:54 am #281500
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.
June 20, 2014 at 7:31 am #281512Hi LecheLMP!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-magazine-thumbnail { width: 80px; }Best regards,
YigitJune 20, 2014 at 3:48 pm #281667Yigit,
It changes the size of the box not the image sir.
I tried adding .av-magazine-thumbnail img { width: 80px; } but did not work.
June 21, 2014 at 8:49 am #281923Hi!
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,
IsmaelJuly 7, 2014 at 8:15 pm #288150Ismael,
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.
July 9, 2014 at 7:49 am #288875Hey!
You can add this snippet after that one:
.av-magazine-hero .av-magazine-thumbnail { width: 100% !important; }Best regards,
DevinJuly 9, 2014 at 9:42 pm #289216Devin didn’t work just made the box bigger, not the picture sir.
July 9, 2014 at 9:43 pm #289217.av-magazine-thumbnail img, .av-magazine-thumbnail {
width: 100px !important;
}.av-magazine-hero .av-magazine-thumbnail {
width: 100% !important;
}July 10, 2014 at 4:08 am #289300Hey!
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,
IsmaelMay 12, 2015 at 11:26 pm #443446.
-
This reply was modified 10 years, 6 months ago by
laptophobo.
-
This reply was modified 10 years, 6 months ago by
-
AuthorPosts
- The topic ‘Magazine Thumbnails’ is closed to new replies.
