Hi, i have problem with the magazin thumbnails. They are not in the correct size.
The images are rezising to 49 x 24 px but it should be to 49 x 49 px
How can i fix that
regards
Hey!
Try regenerating the thumbnails: http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
Josue
Hey, rgenerating thumbnails solved not the problem.
regards
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-magazine-thumbnail img { height: 49px; }
Best regards,
Yigit
Hey, sorry but it is not working. If i do that, the main pcture is also scrapped to 49 px. You can see it in the sreen
regards
Hey!
Can you please post the link to the page that is in your screenshot? I could not find it
Cheers!
Yigit
here is the link
Hi!
Please use following code instead
.av-magazine-sideshow .av-magazine-thumbnail img {
height: 49px!important;
}
Cheers!
Yigit
hi, this solved not my problem. The small thumb is now in the right format but the big thumb on the left side is not right. You can see it above in the screenshot
regards
Hi!
Login credentials do not seem to work anymore. Can you please check them once again?
Regards,
Yigit
Hi!
Add this too:
.av-magazine-hero .av-magazine-thumbnail img {
height: auto !important;
}
Cheers!
Josue