Separate Menu by Vertical Lines
-
Hi guys,
I’m using this CSS code to have the menu items separated by vertical lines.
The code is:#access a { color: #000; display: block; line-height: 15px; padding: 0 9px; text-decoration: none; border-right: 1px solid #000; }
However, there is a problem with the code, because an extra line is added to the menu. It comes either at the end of my left-to-right menus (English/French) or at the beginning of the right-to-left menus (Persian/Arabic). I tried to solve it by placing this CSS code:
#access li.last a {border: none ;}
but nothing happened.
I really appreciate it if anyone shows me how to get rid of this extra line.My website is: https://middleastcrops.co
Best,
H. K.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Separate Menu by Vertical Lines’ is closed to new replies.