Comments 2Fjura started the conversationJuly 25, 2023 at 7:52amHello,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,700PenciDesign repliedJuly 25, 2023 at 8:27amHi,It should be the same as on the tag pages. You can give it a try.Best Regards,PenciDesign 2Fjura repliedJuly 25, 2023 at 8:32amThats 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,700PenciDesign repliedJuly 25, 2023 at 8:53amHi,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 2Fjura repliedJuly 25, 2023 at 9:04amThis 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,610PenciDesign repliedJuly 25, 2023 at 11:34amHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: .penci-category-description > div { margin-bottom: 20px;}Regards,PenciDesign. Sign in to reply ...
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?
Hi,
It should be the same as on the tag pages. You can give it a try.
Best Regards,
PenciDesign
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/
Hi,
Please try to replace the CSS code you sent to this code:
Best Regards,
PenciDesign
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
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.