Width of children menu items

GK User
Sat Feb 16, 2013 7:29 pm
hello,

i want to change of specific menu children item width.

Any idea how can i do that?

width.jpg
User avatar
Junior Boarder

Konrad M
Sat Feb 16, 2013 7:39 pm
User avatar

GK User
Sat Feb 16, 2013 7:47 pm


hello i have read this post and it is working like it should be but can it be done for specific 2end level...

To achieve this i am thinking about css class for this 2end level links
User avatar
Junior Boarder

Konrad M
Mon Feb 18, 2013 8:07 am
You can always add class to each menu item in menu item settings. Please check if it will be ok for you.
User avatar

GK User
Mon Feb 18, 2013 9:19 am
Hello i have fixed my problem with this code

Code: Select all
.childcontent-inner-wrap,
.childcontent-inner {
width:100%;
}

.childcontent-inner .gkcol {
width:100%;
}


So width of children will stretch depending on length of menu item title :)

Thank you very much
User avatar
Junior Boarder


cron