Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to remove the extra vertical line at the right in some menu bars?
#1
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]
Reply
#2
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 }
I18N, I18N Search, I18N Gallery, I18N Special Pages - essential plugins for multi-language sites.
Reply
#3
Perfect!
mvlcek Wrote:
Code:
ul.sitemenu li + li { border-left: 1px solid black }
Simple and it worked: http://moradi.no/a020/

Thanks!
Reply




Users browsing this thread: 1 Guest(s)