Title: Menu Border Problem
Last modified: August 21, 2016

---

# Menu Border Problem

 *  [floydstime](https://wordpress.org/support/users/floydstime/)
 * (@floydstime)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/menu-border-problem/)
 * Hello all, I am new to wordpress and I have a functioning site except for one
   problem. My menus border will not wrap around the whole menu leaving the bottom
   portion bare. It appears that my theme, Zenon Pro has a color scheme that overrides
   the bottom border to make it 12px in style.css, but when I change it to 1px and
   change the color to black, it doesn’t update it. My site is [fourlittleducks.net](http://fourlittleducks.net)
   and I would really appreciate it if someone could tell me what I am doing wrong
   or if I need to add some code to overide it. My site looks great, except for 
   this one problem…

Viewing 5 replies - 16 through 20 (of 20 total)

[←](https://wordpress.org/support/topic/menu-border-problem/?output_format=md) [1](https://wordpress.org/support/topic/menu-border-problem/?output_format=md)
2

 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/menu-border-problem/page/2/#post-4620135)
 *     ```
       #zn_slider {
          overflow: hidden;
          border-radius: 8px;
          -moz-border-radius: 8px;
          -webkit-border-radius: 8px;
       }
       ```
   
 * By the way, are you in Hanford? My sister’s family lives there. We hit Superior
   Dairy whenever we take a trip to visit.
 *  Thread Starter [floydstime](https://wordpress.org/support/users/floydstime/)
 * (@floydstime)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/menu-border-problem/page/2/#post-4620149)
 * Actually, I live in Post Falls, ID. Although all of my wifes family lives there.
   We will be heading that way again eventually though. Small world…
 *  Thread Starter [floydstime](https://wordpress.org/support/users/floydstime/)
 * (@floydstime)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/menu-border-problem/page/2/#post-4620150)
 * Yeah I put that in, but it didn’t work… I tried a couple of different ways, ie
   with the first css rule, without it. Can’t get those corners to love each other…
 *  Thread Starter [floydstime](https://wordpress.org/support/users/floydstime/)
 * (@floydstime)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/menu-border-problem/page/2/#post-4620151)
 * closest one so far is
 * .slider_wrap{border: 1px solid #824f53; border-radius: 8px; -moz-border-radius:
   8px; -webkit-border-radius: 8px;}
 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/menu-border-problem/page/2/#post-4620152)
 * Add **overflow: hidden;** to that rule:
 *     ```
       .slider_wrap{border: 1px solid #824f53; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;overflow: hidden;}
       ```
   

Viewing 5 replies - 16 through 20 (of 20 total)

[←](https://wordpress.org/support/topic/menu-border-problem/?output_format=md) [1](https://wordpress.org/support/topic/menu-border-problem/?output_format=md)
2

The topic ‘Menu Border Problem’ is closed to new replies.

## Tags

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

 * 20 replies
 * 2 participants
 * Last reply from: [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/menu-border-problem/page/2/#post-4620152)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
