This topic has 6 replies, 2 voices, and was last updated 7 years, 10 months ago ago by Rose Tyler
Hi.
How can I stop this happening? Can the right Top Bar widget not slot under the left Top Bar widget on mobile devices?
Or could the Left Top Bar widget be removed instead?
Many thanks.
Hello,
Please add this code in Theme Options > Styling > Custom CSS > Custom CSS for mobile:
.template-container .top-bar .top-links {
display: block;
}
.top-bar .languages-area{
display: none;
}
Regards,
Rose Tyler.
Thank you Rose.
The widget is now visible, but overlapping the language selector widget…
Hello,
Please add this code in Custom CSS for mobile:
.top-bar .languages-area {
left: 18% !important;
}
Regards,
Rose Tyler.
Wonderful! Thank you!
Hello,
You’re welcome!
Regards,
Rose Tyler.
The issue related to '‘Top Bar Right widget disappears on smaller screens.’' has been successfully resolved, and the topic is now closed for further responses