This topic has 4 replies, 2 voices, and was last updated 4 years, 7 months ago ago by Rose Tyler
Hi,
How can I make row wider?
I want that the categories to be from left to right, but not extended downwards.
Row stretch- I need wider from left to the right.
Regards
Hello,
Try to add the next code in Theme Options > Theme Custom CSS > Global custom CSS:
.item-design-mega-menu {
position: static;
}
.header-top, .header-main, .header-bottom {
position: static;
}
.item-design-mega-menu .nav-sublist-dropdown {
left: 0 !important;
margin: 0 !important;
width: 100% !important;
}
.item-design-mega-menu .nav-sublist-dropdown:before {
content: '';
display: block;
position: absolute;
left: 0;
right: 0;
height: 40px;
bottom: 100%;
}
Regards
Hi,
It works.
Thank you very much.
Regards
Hello,
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up