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 #3422263
Spacing on tags
Closed

Comments

  •  2
    Fjura started the conversation

    Hello,

    may I ask, if I would like to use this code so it will also to have an effect on tag pages, not just category pages, how would could I adjust it?

    .penci-category-description p + p,
    .entry-content p + p {
        margin-top: 20px;
    }


  •  2,699
    PenciDesign replied

    Hi,

    It should be the same as on the tag pages. You can give it a try.


    Best Regards,

    PenciDesign

  •  2
    Fjura replied

    Thats the strange thing, the spacing works on category, for example:

    https://www.lenivakucharka.sk/recepty/zavaranie/


    But it doesnt on tag, example:

    https://www.lenivakucharka.sk/recepty/cheesecake/

  •  2,699
    PenciDesign replied

    Hi,

    Please try to replace the CSS code you sent to this code:

    .penci-category-description p, 
    .penci-category-description h2, 
    .penci-category-description h3, 
    .penci-category-description h4,
    .penci-category-description h5,
    .penci-category-description h6 {
        margin-bottom: 20px;
    }
    

    Best Regards,

    PenciDesign

  •  2
    Fjura replied

    This seems to have fixed the spacing between headers, but since I replaced the old code, now it seems that there is no spacing between paragaphs:

    example:

    https://www.lenivakucharka.sk/recepty/ranajky/

    Attached files:  spacing.png

  •  2,541
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .penci-category-description > div {
        margin-bottom: 20px;
    }

    Regards,
    PenciDesign.