Avada › Forums › Community Forum › Main menu items vertical divider › Reply To: Main menu items vertical divider
I had to use another method to avoid huge height of separator:
#menu-item-1145, #menu-item-1150 {
margin-right: 35px!important;
background-image: url(black-vertical-separator-40px.png)!important;
background-repeat: no-repeat!important;
background-position-y: center!important;
background-position-x: right!important;
}
#menu-item-1151 {
background-image: none !important;
}
Just Edit the menu item number and the url location of your separator.png (i created a separator 1px X 40px)
-
This reply was modified 1 month, 1 week ago by
Dewdan.