Main Menu Needed As Scrolling

Posted in: Newspaper
Post count: 101

Hello…. My main menu is filled with category… if the monitor dimension is good than it displays in one line… but in small monitors extra menu shows on the second line.

I want it should show in one line only whether monitor is big or small. So, I think scrolling will be the best option…. So when user will open website from small monitors than horizontal scrolling will come to see extra menu.

Please help me doing this.

Post count: 35449

Hi,

Please put your url site here, to can take o look at it, in this way we can give you a better answer.

Thank you.

Post count: 101

check here: jalewa.com

Post count: 35449

Hi,

You can try this custom code:
#td-header-menu {
overflow: scroll;
height: 40px;

}

Paste it in Newspaper>Theme panel>Custom code >custom css
See the results: https://www.screencast.com/t/v3Rab4nkal

Also you can check this guide about Create custom code with the browser’s Inspector or the Live CSS Box: https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thank you.

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