Text Spacing

by 3 replies
4
I am having some trouble with my website, so hopefully someone can help me out

Here is the website:
http://www.mikeshowtosite.com/

On the right sidebar, I would like the text spacing and padding to be like the text in the recent posts section.

I tried using different classes and line-height, but I couldn't get it to work.

Any suggestions?
#website design #spacing #text
  • Hi,
    Why cant you try using line height, and you have mentioned in recent post please can you tell me where is the recent post
  • add this in the rsidebar section of your css

    Code:
    #rsidebar .box p {
                    padding: 8px 10px;
                    line-height: 1.5em;
                }
    • [ 1 ] Thanks
  • Thanks!

    I must have done something wrong the first time

Next Topics on Trending Feed