Jump to content

Top Horizontal Menu Modification - Shape And Background


Recommended Posts

Hello all.

 

I am trying to get rid of the blank area to the right of the last link button of my Top Horizontal Menu. See attached file current.jpg

post-472229-0-11522000-1449176357_thumb.jpg

I want to get it to look like attached file New.jpg

post-472229-0-13827800-1449176718_thumb.jpg

 

 

Modified file: /themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css

Modifications: I changed the height of the menu and added a radius to the corners of 9px. (Lines 11 & 12)

 

 8   .sf-menu * {
 9       margin: 0;
10      padding: 0;
11      height: 40px; /* Added new height */
12      border-radius: 9px; /* Added new border radius */
13      list-style: none; }

 

I use Google Chrome as my browser. I right clicked the blank area of the menu element in question and selected "Inspect Element" then changed two parameters to "none" to see what it would look like and it worked but I can't seem to duplicate the result in superfish-modified.css See attached file SetToNone.jpg

post-472229-0-18853800-1449177909_thumb.jpg

 

Thanks in advance

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...