How to enable double spacing of a theme via custom css
-
Hello,
3 Part question here :)
1.) I was wondering if there is a way to enable double spacing of a theme via custom css, or does the css need to be done inside the themes styles?
My website is somehow locked to the shift+enter spacing, i.e. double spacing is not enabled by default. This is driving me absolutely nuts because I’m creating a forum site and users expect that what they see in the visual editor will translate into what is live when they press enter, but instead all paragraphs turn into single returns. The only “fix” I’ve found is to inform all users to click enter twice to make correctly formatted paragraphs :(
2.) what would the code be? I’ve tried this:
.post p {
line-height: 1.5em;
padding-bottom: 15px;
}3.) If the code cannot be done via custom css. Then since my theme’s styles does not have this field, where do i place the code?
Thank you in advance!!!!
The blog I need help with is: (visible only to logged in users)
-
fyi that blog in my signature is not the website idk why it says that i need help with that blog :P
-
-
Aloha filipinonfruity, It looks like you are working with a self-hosted WordPress.org site instead of the WordPress.com-hosted version supported here.
Learn more about the differences between WordPress.com and WordPress.org:
https://en.support.wordpress.com/com-vs-org/I would recommend searching on the WordPress.org support forums for similar issues. If you cannot find anything that works, you can start your own thread. The forums are completely separate from each other, so you will need to register an account there if you haven’t done so already.
-
-
- The topic ‘How to enable double spacing of a theme via custom css’ is closed to new replies.