Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #250968

    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/)

    #251085

    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

    #251314

    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,

    #251336

    Hi!

    It seems like first code is not being applied. Please try adding it to the top of custom CSS section and also to custom.css file inside Enfold/Css folder

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.