top-bar-left and topbar-right
-
Hello,
I want see top-bar-left and topbar-right in tablet and mobile device. Now is possible see only topbar-right or topbar-left also if I set in css display block.
Can You help me?
Thanks
Cristina
Hi,
Try to add the following code snippet instead display: block
to the Mobile and Tables Custom CSS areas in Theme Settings to show left top-bar column on mobile and tablets.
body .top-bar-left,
body .topbar-left-text {
display: flex;
}
Add this code snippet to the Mobile and Tables Custom CSS areas to hide the right column on desired screen size.
body .top-bar-right {
display: none;
}
Regards
Solved. Topics is colsed.
Thanks.
Cristina
The topic ‘top-bar-left and topbar-right’ is closed to new replies.