Another theme/paragraph problem
-
Hi all,
New user, and this is my first post here. I’m a linux user and not a coder (basic bash scripting only).
I’ve just created a site in WordPress (https://agitostoronto.com/) and I’m having a problem with the css template where it does not post the paragraphs on my site, only page breaks (BR).
I did some reading on the issue and most of the other users were able to fix with the following:
p { margin-bottom: 25px; }
or
.entry p { margin: 10px; }
Neither worked for me. As I was writing this post I took another look at my css and decided to try the code below, which seemed to work:
#content p { margin-bottom:10px; }
Can anyone confirm that this is ok or will it give me headaches in the future?
Thanks a lot.
Vic.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Another theme/paragraph problem’ is closed to new replies.