Hello
My main menu is filled with tags, it too long to view in a screenshot.
Can u give me a CSS to do menu scrolling?
My website is bangxephang.vn
Thank u sir.
(sorry for my english)
Hello,
For scroll menu you need to insert this custom code in Theme Panel -> Custom Code -> Custom CSS
.tdb_header_menu .tdb-normal-menu ul .tdb-menu-item.tdb-hover > ul
{
overflow: auto;
max-height: 400px;
}
Looks like this => https://www.screencast.com/t/MZaI8Ak2kli
Hope this helps you!
Thank you!
it very good.
and i have a more question. can u CSS it(menu-item) same => https://imgur.com/a/UaY0mks
wish u have a nice day sir
i want to do menu like this web => https://toplist.vn/
please help me, thank u very much
Hello,
Using CSS will be hard to achieve that, but you can use a page menu where you can set menu elements using WordPress editor or tagDiv Composer then assign the page to your menu.
For more information, please check this guide -> https://forum.tagdiv.com/page-menu/
Hope this helps you!
Thank you!
oh i try to do, it good. But look it, not viewer friendly
==> https://imgur.com/a/0JiX3Ok
what can i do after that?
please give me advice
oh, please help me delete this space => https://imgur.com/a/YqqX3cw
it success.
thank you very much.
Hello,
That can be achieved with custom CSS or same more setting made with tagDiv Composer.
The faster one is with custom CSS, please try this code:
.menu-item-354 .menu-item-0 .col-xs-12 {
padding-left: 20px!important;
}
.tdb-menu .menu-item-354.tdb-mega-menu .sub-menu {
width: 720px !important;
left: 70%;
transform: translateX(0%);
-webkit-transform: translateX(-30%);
}
Look like this => https://www.screencast.com/t/XmYvvTgAyyL
Let me know the results!
Thank you!
pc it very okay, but i have problem in mobile , it can’t view => https://imgur.com/a/AwRWnlm
please look sir.
Thank you