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 #2216377
Reduce Font Spacing between lines
Closed

Comments

  • Oliver started the conversation

    Hi Penci,

    everything is working very well and thanks for all the provided tips and solutions so far. I have one more minor design mortification to do:

    1. I like to reduce the spacing between the font lines on the excerpt and of the excerpt & Blog TItle . For us they are too far apart and like to have them more compact for a better and cleaner design. Please see photo attached. 

    https://www.wundertips.com
    Would be great to send us a customs CSS for this

    Thanks

  •  2,697
    PenciDesign replied

    Hi,

    You can add more this code to Customize > Custom CSS to do that:

    .penci-grid li .item>.thumbnail, .penci-masonry .item-masonry>.thumbnail{ margin-bottom: 10px; }
    .penci-grid li .item p, .penci-masonry .item-masonry p { line-height: 1.2; }
    

    I see you did some custom css, it's not goodsmile.pngYou should remove it and use the code I sent you above.

    Best Regards,

    PenciDesign

  • Oliver replied

    Hi Penci,

    yes we were trying something, but will change the coding as of your suggestion. Thanks :-)

  • Oliver replied

    Hi, 

    just added the code, but it seems to change all the excerpt besides the one on the "Featured Category". Can you please check if there is some extra code needed to include the spacing for "Featured Categories" as well.

    Thanks :-)

  •  2,697
    PenciDesign replied

    Hi,

    I see you've changed it.

    The space is to low now. This space will calculate from "View All" button to below: http://prntscr.com/py4fq3


    Best Regards,

    PenciDesign

  • Oliver replied

    thanks, got it & understandable. I have already reversed the space and applied your original code :-)