Unable to change line spacing for entire site
-
When I initially created my website I used the following code to modify the space between the lines for the entire site by adding it to the editor:
p {
line-height: 1.5;
}
p {
margin-bottom: 1em;
}Every so often it would stop working and I would have to add it again, which wasn’t a big deal. But recently I tried to change it again and nothing happened. When I add the code to the editor is says it was successfully updated, yet I see no difference on the site, no matter what number I use (I’ve tried changing the line-height to 1 and 10 with no difference). What could be causing this issue?
Here is a list of the plugins I have installed (in case one of them is causing the issue):
Akismet 3.2
Captcha by BestWebSoft 4.2.8
Facebook Like Box 2.8
Fast Secure Contact Form 4.9.46
Jetpack by WordPress.com 4.5
Mailchimp Forms by Optin Cat 2.0.0
MaxButtons 6.14
WP Edit 4.0
WP Super Cache 1.4.8
WP-Optimize 2.1.0Thanks in advance for the help.
- The topic ‘Unable to change line spacing for entire site’ is closed to new replies.