Change the width of the drop-down menu

Modern, responsive, unique and elegant one-page WordPress theme to showcase your creativity
GK User
Thu Jan 16, 2014 4:15 pm
Unfortunatly we have really long words in germany like "Fahrzeugbeschriftungen".
The drop-down in the menu forces a line break wich is really ugly.

Where/how can I change this?
User avatar
Fresh Boarder

GK User
Thu Jan 16, 2014 9:28 pm
Hi,

You should ad this code to css/override.css file (first enable this option from Template Options -> Advanced tab):
Code: Select all
#gk-top .menu  .sub-menu {
width: 350px;
}

use your own width value.
User avatar
Moderator

GK User
Fri Jan 17, 2014 7:39 am
Thanks a lot!
User avatar
Fresh Boarder


cron