Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2018471
Feature Image Size
Closed

Comments

  • tkdidier started the conversation

    Hello!,

    sorry, i tried to find solution to my problem in the public forum but search with a specific word does not returned filtered result. So 1 - i need help with sizing the feature images on the homepage obviously my pictures are not the same size but even after editing in wordpress, I cannot get the same size and padding for the list of posts on the homepage( Please see attached)

    2- Also for Popular Post when I chose Square size, it show the full picture of the item but it enlarge the feature image on the individual post and stretch the whole sidebar. I like the square size setting but it crop the feature image.(please see the 2 screenshots)- Is there a way to have square size but show the full item in the image? 

    My url is https://gritandgearonline.com

    Thanks a lot

    Didier

  •  2,699
    PenciDesign replied

    Hi,

    1/ Because I see you have a custom css:

    .widget ul.side-newsfeed li {
        list-style-type: none;
        margin-bottom: 12px;
        padding-bottom: 12px;
        margin-left: 0;
        position: relative;
    }
    

    It will make the padding on the popular posts different.

    If you want to get it has the same padding, please add more this code to Customize > Custom CSS:

    .penci-sidebar-content .penci_popular_news_widget .widget-title, .penci-sidebar-content .penci_latest_news_widget .widget-title{ margin-bottom: 12px; }
    

    2/ This issue caused by your origin image is small - check this image for see orgin image.

    Please use your images with at least 600x600 px to get square size on the list layout to display best.


    Best Regards,

    PenciDesign