Hi there, I have custom CSS which i need your help with. I jused to have five columns in the menu subitem but now want to reduce it to three. what CSS do i need to adjust/delete so it looks fine again?
Hi Bak,
Thanks for writing to us.
Please add this custom CSS code in theme option’s CSS to reduce the column width to three columns.
.desktop #menu-item-119 ul{
max-width:max-content;
}
.desktop .x-nav #menu-item-119.x-megamenu.col-5>.sub-menu>li{
width:33.33%;
}
The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.
Hope it helps you.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.

