VISIT AND LIKE OUR PAGE ON FACEBOOK
TAKE A LOOK AT OUR TWEETS ON TWITTER
SUBSCRIBE TO THE JOOMFREAK RSS FEED
VISIT OUR CHANNEL ON YOUTUBE

Account Details

Change your name, email, password or permanently delete your account. Change settings

We offer several ways you can get support from our experts: Support ForumKnowledgebaseNewsletter

Your Forum Posts

No posts to display.

Welcome, Guest
Username Password: Remember me

How to add vertical line between the menu titles
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: How to add vertical line between the menu titles

How to add vertical line between the menu titles 17 May 2015 17:07 #6721

I want to add more vertical line like this photo below:

This image is hidden for guests. Please log in or register to see it.

How to resolve?

  • Posts:21
  • thanmem
  • Junior Boarder
  • OFFLINE
  • Karma: 0

Re: How to add vertical line between the menu titles 19 May 2015 03:40 #6731

You can add or edit css:
 
div.main_menu li {
padding: 7px 0 25px;
}
 
div.main_menu li a {
border-right: 1px solid red;
padding: 0 13px;
}
 
div.main_menu li:last-child a {
border-right: none;
}
 
div.main_menu li ul li {
padding: 0;
}
 
div.main_menu li ul li a {
border-right: none;
}
 


joomfreak
The following user(s) said Thank You: thanmem, DanyRed, rus

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0
  • Page:
  • 1
Time to create page: 0.54 seconds
Saturday 27 July 2024

joomfreak is not affiliated with or endorsed by the Joomla Project or Open Source Matters.
The Joomla logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.