Is there a way to increase the space after/before a paragraph throughout the site? So increase the space when you hit enter? I try to just hit enter twice but it doesn't save the space and defaults back to one. Also is there a way to increase the size of my font across the site?
Hello, 1. You can use the code given below Code: where you want to add the space. 2. Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: p{ font-size:20px!important; } Adjust its value as per your requirements. Thanks & Regards Gourav Shrivastava
Any chance there is a code that adds a standard size space after the paragraphs? I write a blog regularly and adding that code will be a bit cumbersome and I'd much rather just hit the 'enter' button. Can this be done?
Hello, You can also use (Shift + Enter) key for space. It will work. Thanks & Regards Gourav Shrivastava