• 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 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)
  • #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

    (@floydstime)

    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

    (@floydstime)

    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

    (@floydstime)

    closest one so far is

    .slider_wrap{border: 1px solid #824f53; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;}

    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)

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