Tagged: ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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.

    http://www.iamlmp.com/test-page/

    #281512

    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

    #281667

    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.

    #281923

    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

    #288150

    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.

    #288875

    Hey!

    You can add this snippet after that one:

    
    .av-magazine-hero .av-magazine-thumbnail {
    width: 100% !important;
    }
    

    Best regards,
    Devin

    #289216

    Devin didn’t work just made the box bigger, not the picture sir.

    #289217

    .av-magazine-thumbnail img, .av-magazine-thumbnail {
    width: 100px !important;
    }

    .av-magazine-hero .av-magazine-thumbnail {
    width: 100% !important;
    }

    #289300

    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

    #443446

    .

    • This reply was modified 8 years, 10 months ago by laptophobo.
Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Magazine Thumbnails’ is closed to new replies.