Closed (fixed)
Project:
Corporate Clean
Version:
7.x-1.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Issue tags:
Reporter:
Created:
18 Jan 2012 at 11:22 UTC
Updated:
4 Jan 2014 at 01:39 UTC
Jump to comment: Most recent
Comments
Comment #1
gtsopour commentedComment #2
gtsopour commentedComment #3
gtsopour commentedHello Zeta-johns,
you should reduce the right margin of menu items. Therefore, just edit your style.css (line 276)
From
#header-menu ul.menu li a { outline:none; text-decoration: none; margin:0 35px 0 0; color:#ffffff; font-size:14px; font-weight:normal; text-align:center; text-transform:uppercase; font-family: Myriad Pro,"Lucida Grande","Lucida Sans Unicode",Segoe UI,Helvetica,Arial,sans-serif; display:block; }To
#header-menu ul.menu li a { outline:none; text-decoration: none; margin:0 15px 0 0; color:#ffffff; font-size:14px; font-weight:normal; text-align:center; text-transform:uppercase; font-family: Myriad Pro,"Lucida Grande","Lucida Sans Unicode",Segoe UI,Helvetica,Arial,sans-serif; display:block; }If you need extra space, reduce the right margin more or reduce the font-size.
Thanks
/George