Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi MrsX,

    I don’t see the exact title issue, please send me screenshot.

    You can use the following CSS to move the logo right

    
    .header-inner {
        text-align: right;
    }

    thanks

    Thread Starter mrslx

    (@mrslx)

    This worked out, but would like to move the logo to the bottom right of the header now.

    1. what CSS code can I use to move logo to bottom right of header?
    2. how to I change the background color of my navigation pane/menu?
    3. How do I change the font and size of the menu tabs?

    Please help

    http://oluthando.co.za

    Hi,

    I don’t see any navigation menu, please add it.

    Thread Starter mrslx

    (@mrslx)

    Hi, sorry about that. The menu has now been added.

    1. what CSS code can I use to move logo to bottom right of header?
    2. how to I change the background color of my navigation pane/menu?
    3. How do I change the font and size of the menu tabs?
    See my home page as well. The sidebar has moved down because the content space is too large, but I don’t know how to change it back.

    Thanks

    Hi,

    You can use the following CSS for #2, #3

    .blog-menu li:hover > a {
        color: #eee;
    }
    .blog-menu li:hover a {
        background-color: #aaa;
        }
    
    .blog-menu a {
        padding: 22px 20px;
        font-size: 18px;
    }
    
    .content {
        width: 750px;                             
    }
    .sidebar {
        
        width: 200px;                            
    }
    Thread Starter mrslx

    (@mrslx)

    Thank you, that helped immensely.

    1. My recent post is all messed up, It comes across with no line spacing and everything squashed together. I probably changed something on style.css, just don’t know what is it.

    2. Also please help with a csss for my margins. Everything including the menu is so centralised, I want it to spread acrosss with limited space on the content left and sidebar right.

    Thanks
    http://oluthando.co.za/?b2wURL=/2012/04/im-scared.html

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Post titles cut off in the middle of words, HELP’ is closed to new replies.