This topic has 6 replies, 3 voices, and was last updated 3 years, 7 months ago ago by Olga Barlow
https://prnt.sc/113198y
above is the link of what kind of menu layout I want, and I am finding it hard to create like this as I unable to find any option to edit width and height of layout.
https://prnt.sc/1131a25 – this is how my menu looks like.
request you to please help it out!
Hello,
Appearance > Menus > settings of menu item > Mega menu container width
Regards
Just go through to this website and i want same like that… all the submenu have same position. how can we built the same ?
Hello,
Add the below code to Theme Options > Custom CSS
@media only screen and (min-width: 992px) {
.header-main-menu .item-design-mega-menu .nav-sublist-dropdown {
left: 300px !important;
margin: 0 !important;
right: 0px !important;
width: 75% !important;
max-width: 75% !important;
transform: none !important;
}
.header-main-menu .item-design-mega-menu, .header-top, .header-main, .header-bottom, .header-wrapper .et_column.pos-static ~ .et_column:last-child {
position: static;
}
}
Check the menu after that. Does it suit your needs?
Regards
My sidebar widget menu has been Collapse and it looks like this https://prnt.sc/115ivxz .. pls review it and help me out
Hello,
I fixed custom CSS. Check now.
Regards
You must be logged in to reply to this topic.Log in/Sign up