Home Forums Basel support forum Social icons on top bar Reply To: Social icons on top bar

#1605

Artem Temos
Keymaster

Hello there,

Thank you for creating with our theme.

There is no way to place social icons in the right side. So please put it in the left side of the top bar and also add the following code snippet to fix appearance bug in Theme Settings -> Custom CSS

.topbar-wrapp .social-icons {
    display:inline-block;
}
.topbar-wrapp .social-icons li {
    margin-top:0;
    line-height: 1;
}

Regards