Menu in Header Style 10

Posted in: Newspaper
Post count: 26

Hi, i wonder why when the menu become 2 row (2 level), the menu order not centered, it’s become left..
You can check it here
http://52.221.247.63/

And one more question, how to make the grid responsive (the bottom one not showing any scroll but stack on the bottom)

Thank you

Post count: 20688

Hi,

That menu displays like that because the menu items are set to float left one after the other. You could try the code provided below to make the menu items centered
https://www.screencast.com/t/L5iI8EBhO
It must be entered in Theme panel->Custom Css

.menu-td-main-menu-container {
text-align: center;
}
.menu-td-main-menu-container .sf-menu li {
float: none;
display: inline-block;
}

About the Big grid I don’t understand exactly what you mean. All the elements are responsive by default. The Big grid does have a scroll that appears when needed
https://www.screencast.com/t/XP1wP7t3dP

Thanks

Post count: 26

I see..thanks for the css code 😀
Yup that scrollbar, is there anyway to disable the grid to scroll?

See exquisite-taste-magazine grid in home..the grid not showing scroll when in small screen..using newsmag though

Post count: 26
Post count: 26

Ah, it’s looks nice in mobile..Sorry silly question

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