Forums

Spacing between menu items / alignment issues (3 posts)

  1. sarahgrew
    Member
    Posted 2 years ago #

    I am trying to create an even amount of padding between menu items, and at the same time I'd like to make sure my first menu item is aligned to the left. The CSS is a bit confusing for this theme, so if anyone had ideas on how to make this happen, they would be appreciated!

    My homepage is http://www.sarahgrew.com , my blog is at http://www.sarahgrew.com/wordpress. I'm trying to make my menu items on my blog match up with those used on the rest of the site.

    Thank you in advance for any help or feedback!

  2. moshu
    Member
    Posted 2 years ago #

    Use all the four padding values:

    #navcontainer A {
    color : #FFFFFF;
    display : block;
    width : auto;
    text-decoration : none;
    background-color : transparent;
    margin : 0;
    padding :......

    (hint: the FF dev toolbar is a great tool to troubleshoot your own site :)

  3. Sivar
    Member
    Posted 2 years ago #

    You will have to adjust the padding-values for "#right_container h2" and "#right_container ul li a" to your needs. It's rather difficult to give recommendations, because I don't know where exactly you want certain spaces, but it might be a good idea to experiment with the paddings of "#right_container ul" and "#right_container ul li" as well.

    Just backup your style.css and then feel free to mess around! ;)

    As for your first menu items being aligned to the left... I don't know what you mean. Maybe that's something you could fix with padding-left-values?

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.