Small question about menu on portfolio template

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Wed Feb 17, 2016 1:36 am
Hello,

Just made this:
http://allpre.west-point.nl/

From the portfolio template, but I have a small question. I would like the menu background to be 'as long' as the menu items, but can't find a way (yet...) Any ideas?
User avatar
Gold Boarder

Joshua M
Mon Feb 22, 2016 2:08 pm
Hello,

Try to add the background to menu items (instead of the entire menu)
Try to add the following custom css code:
Code: Select all
.navigation .nav li {
   background: rgba(255, 255, 255, .5);
   margin: 0;
}
User avatar
Moderator


cron