Title: Full width Sub-menu
Last modified: August 20, 2016

---

# Full width Sub-menu

 *  [jim22150](https://wordpress.org/support/users/jvtarlton/)
 * (@jvtarlton)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/full-width-sub-menu/)
 * I have a standard menu with dropdown items. I want to edit the sub-menu and make
   it span over the whole width of the site (1250px wide & horizontally centered).
   I was able to make the sub-menu UL 1250px wide, however I cannot make it centered
   or absolute.
 *     ```
       #nav .sfhover ul,
       #nav :hover ul {
       	position: absolute;
       	display: inline-block;
       	top: 100%;
       	width: 1128px;
       }
       ```
   
 * On-top of the WP “default.css” is the above css I added to my custom “style.css”
   file. Am I even calling the sub-menu right? I tried using “.sub-menu” AND “ul
   ul” also with no luck.

The topic ‘Full width Sub-menu’ is closed to new replies.

## Tags

 * [center](https://wordpress.org/support/topic-tag/center/)
 * [full-width](https://wordpress.org/support/topic-tag/full-width/)
 * [sub-menu](https://wordpress.org/support/topic-tag/sub-menu/)

 * 0 replies
 * 1 participant
 * Last reply from: [jim22150](https://wordpress.org/support/users/jvtarlton/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/full-width-sub-menu/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
