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 #2688803
Newspaper Featured Image
Closed

Comments

  • Vivek Gupta started the conversation

    Hey,

    I want to decrease the size of featured image. https://prnt.sc/z41qsv You can see that it is too big and only need date, category, published data, post title along with the featured image.

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to change it:

    .penci-grid li.list-post .item > .thumbnail{ width: 30%; }
    .penci-grid li.list-post .item .content-list-right{ width: 70%; float: left; }
    @media only screen and (min-width: 768px){
        .penci-grid li.list-post .item .content-list-right{ padding-right: 30px !important; }
    }
    

    Change 2 values 30 and 70 to values as you want. Make sure the total of these 2 values is 100. Example: 34 and 66


    Best Regards,

    PenciDesign

  •   Vivek Gupta replied privately
  •  2,699
    PenciDesign replied

    Hi,

    Your Custom CSS code you put above it is missing - it makes all the CSS put below it broken.

    Please check this image for more: https://prnt.sc/zd6em8


    Best Regards,

    PenciDesign

  • Vivek Gupta replied

    getting this error

    https://prnt.sc/zdj58p

  •  2,699
    PenciDesign replied

    Hi,

    Please try replace the code I sent to this code and check it again:

    @media only screen and (min-width: 768px){
        .penci-grid li.list-post .item > .thumbnail{ width: 30%; }
        .penci-grid li.list-post .item .content-list-right{ width: 70%; float: left; }
        .penci-grid li.list-post .item .content-list-right{ padding-left: 30px !important; }
    }
    

    Best Regards,

    PenciDesign

  •   Vivek Gupta replied privately
  •  2,699
    PenciDesign replied

    Hi,

    Please check option for it via Customize > Posts Options > Other Layouts > Remove Post Excerpt


    Best Regards,

    PenciDesign

  •   Vivek Gupta replied privately
  •  2,699
    PenciDesign replied

    Hi,

    At this moment, this theme doesn't support this feature. We will consider to add more this feature in future updates.


    Best Regards,

    PenciDesign