Jump to content

Archived

This topic is now archived and is closed to further replies.

johnsonmm

Menu Divder

Recommended Posts

johnsonmm

I am trying to add dividers between each item on the menu (see attached for sample from other site). Is there a css trick to get the line between each menu item?

 

The site is smartalkers.johnson-marketing.com

 

Thank you,

 

-Nathan

Share this post


Link to post
Share on other sites
Aires

Hi, johnsonmm

 

See if this gives you the desired effect

 

li.menu-item {
     border-right: 1px solid #000000;
}
 
~Aires

ndTgvai.jpg

Visit iheartpagelines.com for the latest tutorials on PageLines related products.

 

Share this post


Link to post
Share on other sites

×