Submenu Alignment

Posted in: Newspaper
Post count: 87

Hello, In Header main menu Section Submenu Alignment Not shows Perfectly When Applied Option Makeinline Menu Alignment i need like this alignment For Submenu. How to Align Menu Like the Screenshot

Post count: 27744

Hello,

Please provide the link to your website to can inspect the problem.

Thank you!

Post count: 87

Header Page Plese Check Submenu In this menu There is no Proper Column Order.

  • This reply was modified 5 years by SVPrasad.
Post count: 87

I Need Like That’s Alignment of Submenu Please Helpme to align like that’s way

Post count: 27744

Hi,

Please try this custom code CSS => https://www.screencast.com/t/CxeJyE5hj
body .tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu ul li{
display: block;
}
.tdb_header_menu.tdb-menu-sub-inline .tdb-normal-menu .sub-menu{
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
width: 20em!important;
background-color: #090087;
}

Set the code in Theme Panel -> Custom Code -> Costum CSS.

Hope this helps you!

Thank you!

Post count: 87

Thankyou It’s Working… ☺️☺️

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.