Optimize Mobile View

Posted in: Newspaper
Post count: 39

Hi,
is it possible to switch to the mobile menu as soon as the normal menu expands to two rows, which happens on an upright held iPad? I don’t like the way it looks with two rows. I already tried to reduce font size but that doesn’t look good either.

Is it also possible to change the block used in a sidebar when using a mobile device? I would like to use block 7 on the desktop, but block 9 on mobile devices, because the sidebar is too similar to the content of the page and there is no longer sufficient visual delimitation. Is it possible to change the block or does the look of block 9 have to be imitated via CSS?

Post count: 20688

Hi,

By a theme option that is not possible, the mobile menu will display only on phones. I could give you a code to make the menu items fit in a single line
https://www.screencast.com/t/jLuwIlVoy7ap
Enter it Advanced CSS section in the portrait tablet field if you consider using it

.td-header-style-10 .td-header-main-menu {
padding-left: 0;
}
.td-header-style-10 .td-header-menu-wrap-full {
height: 48px!important;
}

Thanks

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