Forums

[resolved] Menu positioning problem (7 posts)

  1. iyamdman
    Member
    Posted 8 months ago #

    I am using the Thematic theme for this site I am working on.

    This is my first WordPress modification so I am learning as I go.

    The site is: http://hotrodhoochhotwheels.com

    The issue I am focusing on now, is the menu bar.

    When you hover over a menu item - a grey box appears, with it's top aligned with the top of the Menu bar image (Road).

    I would like to move the box lower. I have tried padding and other things, but I can't seem to figure it out.

    Can someone look at the site and help me figure out which file and how to modify it?

  2. esmi
    Theme Diva & Forum Moderator
    Posted 8 months ago #

    We can't access the site...

  3. iyamdman
    Member
    Posted 8 months ago #

    Sorry, here is the correct link:

    http://hotrodhoochhotwheels.com/wpsitehrhhw/

  4. esmi
    Theme Diva & Forum Moderator
    Posted 8 months ago #

    Try adding:

    #access .windows .sf-menu a {
        padding-top:5px;
        padding-bottom:5px;
    }
    #access .windows .sf-menu li {
        margin-top:16px;
    }

    to your theme's stylesheet

  5. iyamdman
    Member
    Posted 8 months ago #

    I inserted the code, and got no real change.

    Any other ideas as to how to change this?

    Below is the code menu section:

    [CSS moderated as per the Forum Rules. Please just post a link to your site.]

  6. esmi
    Theme Diva & Forum Moderator
    Posted 8 months ago #

    I don't see that CSS being used on your site.

  7. iyamdman
    Member
    Posted 8 months ago #

    I did post the code.

    I worked more on it, and was able to locate where to make similar changes, and got it don't. Thanx for your help EMSI!!!

Reply

You must log in to post.

About this Topic