Home Forums Basel support forum Logo / sticker menu aligment Reply To: Logo / sticker menu aligment

#2425

Artem Temos
Keymaster

Hello,

Could you please provide us your admin panel so we could try to fix header align and contacts padding issue directly on your web-site?

As for top bar languages try to use the following Custom CSS code, add it for mobile devices in Theme Settings -> Custom CSS

.topbar-wrapp .topbar-menu {
    display:inline-block;
}
.topbar-wrapp .top-bar-left {
    text-align:left;
}

Regards