• hi everyone, I would like to add a border to the body (bottom & left) and to the right side of my column. So I can differentiate from the background. I will be changing the background color eventually. Also, I would like to make bigger the height of my navigation bar; however, when I do the letters don’t float to the center. I’ve tried text-align:center no work. Any help appreciated. here’s my blog
    https://pctechtips.org/

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Linda

    (@lindamork)

    Automattic Happiness Engineer

    Hi there!

    Sure I can give you a hand with that, but just wondering if you’ve considered moving to a newer theme that’s responsive? Your theme is a fixed layout and hasn’t been updated since April 2014. FYI, you can try a few themes on for size using the customizer’s Live Preview without committing.

    If you just want to do the CSS changes and leave well enough alone, let me know!

    Try this –

    div#content {
    border-right: 1px solid;
    border-left: 1px solid;
    border-bottom: 1px solid;
    padding: 4%;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘adding a border to the body and right column’ is closed to new replies.