List of pages of the menu with two columns

Posted in: Newspaper
Post count: 33

Hello!

Our website: http://badajozdeportes.com/, if you touch without do clic in “+ DEPORTES”, you see a endless list.

How can I put this lists of pages (categories in really), in two columns, for example?

If you have a better idea, its welcome 😀

Thanks a lot of!

Post count: 20688

Hi,

You could make it like in the screenshot if you consider this a possible solution
https://www.screencast.com/t/IRmp5L7MLJ6
With a code like this one

.menu-item-47852 .sub-menu {
height: 300px;
overflow-y: scroll;
}

Thanks

Post count: 33

Hello Simion,

I like this option, but i’ve subpages in subpages in menú, an this don’t show with it 🙁

Post count: 20688

Hi,

Sorry, I did not take that into account. Then that may not be the best solution. Maybe something like this would be more suited instead
https://www.screencast.com/t/fK2qIOVTwap

.menu-item-47852 > .sub-menu {
height: auto;
width: 280px!important;
}
.menu-item-47852 > .sub-menu > li {
width:50%!important;
}

Thanks

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