Return has a large margin
-
Hello Everyone,
I’ve had my blog up and running for a month now and I’ve come at a point that I’m getting brave enough to alter the style a bit using css. I could find all the items I was looking for, but one thing that I can’t seem to find is how I set the margin if I hit enter. I believe that’s the <P> element? The space between two line is just to much. Can anyone provide some help or point me in the right direction? My blog is located at http://bitsofwater.com
Thank you so much!
The blog I need help with is: (visible only to logged in users)
-
Hi there, I used the web inspector built into my browser to find the relevant CSS. If you are not familiar with the web inspector in your browser, take a look at our support page on How to Find Your Theme’s CSS where you will find some brief screencasts to get you started with it. I find it an invaluable tool when working with CSS.
The paragraph spacing is set in the following CSS. Add it to your custom CSS and adjust the bottom margin as desired.
.column .entry p { margin-bottom: 1.8em; } -
Hi Hi,
Thank you so much! I’ve used the web inspector yesterday, but since I’m really really new in using css I had the syntax all wrong. Your help solved it and I learned a thing or two :-). Thank you!!
-
- The topic ‘Return has a large margin’ is closed to new replies.