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 #2499748
spacing beetween titles and text
Closed

Comments

  • wallus started the conversation

    Hello,


    Can you tell how to modify spacing beetween titles (H2 to H6) and the text above?

    Maybe, it has to be different while the size of the titles changes. Do you know what is better?

    I attached a website that uses that space. 

    Thanks

  •  2,699
    PenciDesign replied

    Hi,

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

    .post-entry h1,
    .post-entry h2,
    .post-entry h3,
    .post-entry h4,
    .post-entry h5,
    .post-entry h6{ margin: 50px 0 30px; }
    .post-entry .inner-post-entry :first-child{ margin-top: 0; }

    Best Regards,

    PenciDesign

  • wallus replied

    Thanks!

  • wallus replied

    Hi,

    Can you help in making my texts more readable? I would like to change line height to 1.5 or 150%, first.

    And, i would like to have better look for pictures integrated, with more space before and after.

    I would like to have lines with no more than 60 signs (or characters) : how to make it?

    Also, you sent me shortcode in your previous message in order to have more space beetween titles. Could you tell me more about how it works, please?

    I hope i don't ask too much, i hope it's easy.

    Thanks in advance.

    Best regards

    exemple : https://medcritic.fr/vaccination-universelle-contre-le-papillomavirus-argumentaire-i/

  •  2,699
    PenciDesign replied

    Hi,

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

    .post-entry p{ line-height: 1.5; }

    Change value 1.5 to value as you want. Example:  1.6 or 1.7. Default value is 1.8

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

    .post-entry img{ margin-top: 30px; margin-bottom: 30px; }

    Change 2 values 30 on the above code to value for margin to top & bottom as you want.

    3/ For "I would like to have lines with no more than 60 signs (or characters) : how to make it?" There is no way to calculate it automatically..

    4/ It's not the shortcode. It's a custom css code. You just need copy the code and paste it to the end of Customize > Custom CSS. The same with point 1 & 2 in this my reply. And change values 50 and 30 to value margin to top & bottom as you want.


    Best Regards,

    PenciDesign