Title: CSS Help
Last modified: August 20, 2016

---

# CSS Help

 *  [dhanken](https://wordpress.org/support/users/dhanken/)
 * (@dhanken)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/css-help-24/)
 * Hello Everyone,
 * I am still brushing up on my css skills, and am stumped on this one and would
   really appreciate some help.
 * My sub-menu on the site I am developing is too low (under the What We Do), and
   it is making it difficult to select any of the drop-downs. Because of this, I
   need to move it up a bit.
 * I feel like I have changed every margin/padding/top possible in the #horiz_m .
   slidemenu css options, but unfortunately, nothing has seemed to work.
 * If anyone can help me pinpoint EXACTLY what I need to change I would be so appreciative!
 * Thanks so much!
    Danielle

Viewing 11 replies - 1 through 11 (of 11 total)

 *  [graphfx21](https://wordpress.org/support/users/graphfx21/)
 * (@graphfx21)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/css-help-24/#post-2740333)
 * Sure, can you provide a link to the site?
 *  Thread Starter [dhanken](https://wordpress.org/support/users/dhanken/)
 * (@dhanken)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/css-help-24/#post-2740343)
 * Oh boy, that would help! [http://webrevmarketing.com/clients/newwebrev/](http://webrevmarketing.com/clients/newwebrev/)
 * Thanks!
 *  [graphfx21](https://wordpress.org/support/users/graphfx21/)
 * (@graphfx21)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/css-help-24/#post-2740357)
 * This should work for you:
 * `ul.sub-menu {
    top: 44px; // adjust this as needed, but I think this works }
 *  [graphfx21](https://wordpress.org/support/users/graphfx21/)
 * (@graphfx21)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/css-help-24/#post-2740358)
 * Sorry about that:
 *     ```
       ul.sub-menu {
       top: 44px; // adjust this as needed, but I think this works
       }
       ```
   
 *  Thread Starter [dhanken](https://wordpress.org/support/users/dhanken/)
 * (@dhanken)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/css-help-24/#post-2740417)
 * Hello again,
 * I tried that but it didn’t seem to make a difference… This one is stumping me
   big time.
 *  [graphfx21](https://wordpress.org/support/users/graphfx21/)
 * (@graphfx21)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/css-help-24/#post-2740418)
 * That’s odd, it works when I select the element in firebug.
 *  Thread Starter [dhanken](https://wordpress.org/support/users/dhanken/)
 * (@dhanken)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/css-help-24/#post-2740419)
 * I messed with the numbers (bigger and smaller), but nothing I did changed the
   sub-menu’s position. I checked in a few browsers too.
 *  [graphfx21](https://wordpress.org/support/users/graphfx21/)
 * (@graphfx21)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/css-help-24/#post-2740420)
 * Ok, found it.
 *     ```
       #horiz_m .slidemenu ul li ul {
          top: 44px !important; // adding the !important overrides other styles
       }
       ```
   
 * What’s happening is, you have some sort of JavaScript controlling the ul.sub-
   menu style on load. Therefore, there is no way to override this inline style 
   via external stylsheet, **unless** you use !important.
 *  Thread Starter [dhanken](https://wordpress.org/support/users/dhanken/)
 * (@dhanken)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/css-help-24/#post-2740421)
 * That worked!!!!!!!!!!!! Thank you so so so so so so so much!!!!
 *  [graphfx21](https://wordpress.org/support/users/graphfx21/)
 * (@graphfx21)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/css-help-24/#post-2740422)
 * No problem, glad to help!
 *  Thread Starter [dhanken](https://wordpress.org/support/users/dhanken/)
 * (@dhanken)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/css-help-24/#post-2740468)
 * Hi again! I have another topic that I need help with, do you by chance know the
   answer? No one has replied yet…
 * [http://wordpress.org/support/topic/change-thumbnail-border-in-gallery?replies=1](http://wordpress.org/support/topic/change-thumbnail-border-in-gallery?replies=1)

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘CSS Help’ is closed to new replies.

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 11 replies
 * 2 participants
 * Last reply from: [dhanken](https://wordpress.org/support/users/dhanken/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/css-help-24/#post-2740468)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
