Comments jijiart started the conversationMarch 3, 2022 at 11:52pmHi , Please let me know how do I change space between h2 sentence. I need more space of this h2 sentence 2,610PenciDesign repliedMarch 4, 2022 at 1:43amHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: body.single .entry-content h2 { margin-bottom: 30px;}Change 30px with the spacing you want to display.Regards,PenciDesign.jijiart repliedMarch 4, 2022 at 1:51amthis css code doesn't workI mean I want to change line spacing when I check h2 on smart phone 2,610PenciDesign repliedMarch 4, 2022 at 1:53amHi,This code will only work on mobile devices: @media only screen and (max-width: 767px) { .entry-content h2 { margin-bottom: 30px; }}Regards,PenciDesign.1 Likejijiart repliedMarch 4, 2022 at 2:02amIt has solved! Thank you so much! Sign in to reply ...
Hi , Please let me know how do I change space between h2 sentence. I need more space of this h2 sentence
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Change 30px with the spacing you want to display.
Regards,
PenciDesign.
this css code doesn't work
I mean I want to change line spacing when I check h2 on smart phone
Hi,
This code will only work on mobile devices:
Regards,
PenciDesign.
It has solved! Thank you so much!