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
Theme version: XStore6.3Hello,
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
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.