Hi. A couple questions about automated image pots.
HOMEPAGE POST SLIDER
I’m using the post slider on my homepage and have the “Choose the preview manually” with 180×180 square option, but the images are showing up as rectangles, varying heights, etc.
PREVIEW IN THUMBNAIL SQUARES ON POST CATEGORIES
On some category pages the post icons are cropped and showing partial gray backgrounds. Here’s a sample. (http://mainstreetalliance.org/category/issues/health-care-2/)
Hi wacky32!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1-
.avia-content-slider .slide-image img {
height: 180px!important;
width: 180px;
}
2-
a.small-preview {
height: auto;
}
Best regards,
Yigit
Hi Yigit,
Thanks for the quick reply. The 2nd code worked, however the 1st code didn’t make any changes for the post slider display on the home page. Anything else I should be looking at?
thx,