Can I Get A Little CSS Help

3 replies
  • WEB DESIGN
  • |
I'm racking my brain over this one and I'm sure it's something little but I just can't figure it out.

Take a look at http://www.tbms01.info/ngg

I'm building this site for a local business. The drop down menus are where I'm having a problem. The very first one that says "ABOUT" has a Testimonials dropdown. The padding needs to be 10px but I can't make if happen for anything.

All the other menu drop downs are fine.

What am I missing?
#css #html #wordpress
  • Profile picture of the author patey88
    I think it's inheriting the margin & padding properties of the "first" class on the About Us main menu entry.

    I can't say for sure how to fix it, but the first thing I would try would be to add a class that only applies to the sub-menu entries, and specify margin & padding there.
    {{ DiscussionBoard.errors[5762834].message }}
  • Profile picture of the author xtrapunch
    Delete this:
    #header .first a {
    margin-left: 0 !important;
    padding-left: 0 !important;
    }

    Make this change:
    #header .topnavi {
    font-size: 16px;
    margin: 12px 0 0 234px;
    }

    Hope the site's current design is still a rough outline. You must have a better design which suits the nature of the site. All the best.
    Signature
    >> Web Design, Wordpress & SEO - XtraPunch.com <<
    Web Design & SEO Agency | Serving World Wide from New Delhi, India

    {{ DiscussionBoard.errors[5763349].message }}
    • Profile picture of the author mikeroosa
      I didn't design it. I'm just coding it for them. I'll give that a try and see if that fixes it. Thanks for the help.
      {{ DiscussionBoard.errors[5763514].message }}

Trending Topics