Main Menu Needed As Scrolling

Posted in: Newspaper
Post count: 28

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)

Post count: 27744

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!

Post count: 28

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

Post count: 27744

Hello,

I am not sure I fully understand, please provide more details about which menu you want to do or a link to your website where is the menu and some screenshots.

Thank you!

Post count: 28

i want to do menu like this web => https://toplist.vn/
please help me, thank u very much

Post count: 27744

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!

Post count: 28

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

Post count: 27744

Hi,

You need to set all the sub menu elements in a page, and the page set it on the main menu (not on sub menu).

Thank you!

Post count: 28

oh, please help me delete this space => https://imgur.com/a/YqqX3cw
it success.
thank you very much.

Post count: 27744

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!

Post count: 28

pc it very okay, but i have problem in mobile , it can’t view => https://imgur.com/a/AwRWnlm
please look sir.
Thank you

Post count: 27744

Hi,

You can’t use the page menu on mobile. You need to make a mobile menu and set it on the menu mobile.

Thank you!

Post count: 28

thank you very much for support

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