Comments 1pbourelly started the conversationDecember 16, 2020 at 1:42pmThe language switcher displays outside the visible space and google is warning about this malfunction. What shall I use in the CSS? I am using the CSS below. #sidebar-nav .menu li, #sidebar-nav .menu li a { background: none;}What can I use? 2,701PenciDesign repliedDecember 16, 2020 at 4:09pmHi,I think that's from sub-menu on your topbar menu.You can try add more this code to Customize > Custom CSS to move the sub-menu to the left side: ul.penci-topbar-menu ul.sub-menu, div.penci-topbar-menu > ul ul.sub-menu{ left: auto; right: 0; } @media only screen and (max-width: 960px){ .penci-top-bar.topbar-menu{ padding-bottom: 10px; } } Hope this helps.Best Regards,PenciDesign 1pbourelly repliedDecember 16, 2020 at 9:16pmThis does work for the mobile version but it behaves the same for the desktop version. Is it possible to apply this CSS only to the mobile topbar? 2,701PenciDesign repliedDecember 17, 2020 at 12:09amHi,I can see it works for mobile also:http://prntscr.com/w4bkufBest Regards,PenciDesign 1pbourelly repliedDecember 17, 2020 at 11:51amYes it works for mobile. But in the web, I would like to leave it as it was previously.RegardsPaolo 1pbourelly repliedDecember 17, 2020 at 12:12pmThe appearance of the page in tablet does not work. It goes in overflow beyond the right page side limits. 2,701PenciDesign repliedDecember 17, 2020 at 4:15pmHi,1/ If you want to make it doesn't applies for desktop, you can replace the code I sent to this code: @media only screen and (max-width: 1169px){ ul.penci-topbar-menu ul.sub-menu, div.penci-topbar-menu > ul ul.sub-menu{ left: auto; right: 0; } } @media only screen and (max-width: 960px){ .penci-top-bar.topbar-menu{ padding-bottom: 10px; } } 2/ Can you show me a screenshot about this?Best Regards,PenciDesign 1pbourelly repliedDecember 17, 2020 at 11:29pmThere is no change. The mobile version works and the web version is still on left and not on the right.I attach a screeshot for the tablet 1pbourelly repliedDecember 17, 2020 at 11:31pmWell it is working now.Just check the tablet please. 2,701PenciDesign repliedDecember 18, 2020 at 12:20pmHi,The tablet is fine. Because the topbar doesn't enough the space to display all the text, so it drop a new line. That's normal and it's not a bug.Best Regards,PenciDesign Sign in to reply ...
The language switcher displays outside the visible space and google is warning about this malfunction. What shall I use in the CSS? I am using the CSS below.
#sidebar-nav .menu li, #sidebar-nav .menu li a {
background: none;
}
What can I use?
Hi,
I think that's from sub-menu on your topbar menu.
You can try add more this code to Customize > Custom CSS to move the sub-menu to the left side:
Hope this helps.
Best Regards,
PenciDesign
This does work for the mobile version but it behaves the same for the desktop version.
Is it possible to apply this CSS only to the mobile topbar?
Hi,
I can see it works for mobile also:
http://prntscr.com/w4bkuf
Best Regards,
PenciDesign
Yes it works for mobile. But in the web, I would like to leave it as it was previously.
Regards
Paolo
The appearance of the page in tablet does not work. It goes in overflow beyond the right page side limits.
Hi,
1/ If you want to make it doesn't applies for desktop, you can replace the code I sent to this code:
2/ Can you show me a screenshot about this?
Best Regards,
PenciDesign
There is no change. The mobile version works and the web version is still on left and not on the right.
I attach a screeshot for the tablet
Well it is working now.
Just check the tablet please.
Hi,
The tablet is fine. Because the topbar doesn't enough the space to display all the text, so it drop a new line. That's normal and it's not a bug.
Best Regards,
PenciDesign