-
Author
Tagged: mega menu column width
-
June 15, 2015 at 19:00 #62939yoricktParticipant
Hi Guys!
if you see here the mega menu under ‘Wealth’ then ‘Wealth’ the Title of the article ‘The Best Web Hosting Company’ gets cut off. Is there a way to fix this? Maybe make the column wider?
Cheers
YorickJune 15, 2015 at 23:06 #63017sharmstrModeratorTry this in your quick css
COPY CODE.kleo-main-header .nav li.kleo-megamenu.mega-2-cols>.dropdown-menu { width: 500px; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 16, 2015 at 00:46 #63032yoricktParticipantHey man!
That works – but if I change the width I’d like to change it for all columns equally. So what’s the code to change the columns in every megamenu? 🙂
Cheers & Thanks!!!
YorickJune 16, 2015 at 00:57 #63034sharmstrModeratorHey Woman!
Just add the selector for the amount of columns you have. This would be for 1 and 2 columns
.kleo-main-header .nav li.kleo-megamenu.mega-1-cols>.dropdown-menu, .kleo-main-header .nav li.kleo-megamenu.mega-2-cols>.dropdown-menu { width: 500px; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.