How to remove the extra vertical line at the right in some menu bars? - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Themes (http://get-simple.info/forums/forumdisplay.php?fid=10) +--- Thread: How to remove the extra vertical line at the right in some menu bars? (/showthread.php?tid=3730) |
How to remove the extra vertical line at the right in some menu bars? - RHJ - 2012-10-28 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. How to remove the extra vertical line at the right in some menu bars? - mvlcek - 2012-10-28 RHJ Wrote:In the themes Emporium and Woodlands there is an extra vertical line at the right in the menu bar. 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 } How to remove the extra vertical line at the right in some menu bars? - RHJ - 2012-10-29 Perfect! mvlcek Wrote:Simple and it worked: http://moradi.no/a020/ Thanks! |