Hallo everybody,

i want edit a menu, please see the attach's.
at moment my web-site look as first attach's
i want a rebuild theme and my menu must so look (second attach)

please, tell me how a rebuild thema?

CommentFileSizeAuthor
menu2.png4.93 KBZeta-johns
menu1.png5.63 KBZeta-johns

Comments

gtsopour’s picture

Assigned: Unassigned » gtsopour
Category: task » support
Issue tags: +corporate, +Corporate Theme, +Corporate Clean Theme
gtsopour’s picture

Component: User interface » Code
gtsopour’s picture

Status: Active » Fixed

Hello 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

Automatically closed -- issue fixed for 2 weeks with no activity.