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 #2353491
text alignment on homepage
Closed

Comments

  • SGBrewing started the conversation

    Hi, just wondering if you know the css code to justify the text of the recent post excerpts on my homepage please?

    I've managed to sort out the posts themselves with the   .post{ text-align: justify; }

    But I cant find a way to justify the excerpts on the homepage.

    Thanks,

     Shawn.

  • SGBrewing replied

    Also how can I change the font size on the right hand sidebar? I can change the size on the headers for the widgets, but not the main text of them. 


    Thanks,

    Shawn.

  •  2,699
    PenciDesign replied

    Hi,

    1/ Please add more this code to Customize > Custom CSS to do that:

    .penci-grid li .item .item-content, .penci-masonry .item-masonry .item-content, 
    .penci-grid .mixed-detail .item-content{ text-align: justify; }
    

    2/ Please add more this code to Customize > Custom CSS to do that:

    .widget ul li a, .widget ul li, .widget p{ font-size: 16px; }
    

    Change value 16 to value as you want.


    Best Regards,

    PenciDesign