GetSimple Support Forum

Full Version: How to remove the extra vertical line at the right in some menu bars?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In the themes Emporium and Woodlands there is an extra vertical line at the right in the menu bar.

Can that line be removed in a simple way?

PS: My own solution - http://moradi.no/a018_menubar/ - was not done in a simple way. [Image: sur.png?CMS_VERTICAL_001]
RHJ Wrote:In the themes Emporium and Woodlands there is an extra vertical line at the right in the menu bar.

Can that line be removed in a simple way?

Don't know about the theme, but normally you would define the line as left border of all but the first <li>, like:
Code:
ul.sitemenu li + li { border-left: 1px solid black }
Perfect!
mvlcek Wrote:
Code:
ul.sitemenu li + li { border-left: 1px solid black }
Simple and it worked: http://moradi.no/a020/

Thanks!