Hello, good afternoon.
I would like to change the order of the Logo and the text “Central de Atendimento”. Is it possible? I want to make the logo left-aligned.
As in the image: http://prntscr.com/94zowd
thank you
This topic has 6 replies, 2 voices, and was last updated 10 years, 1 months ago ago by Eva Kemp
Hello, good afternoon.
I would like to change the order of the Logo and the text “Central de Atendimento”. Is it possible? I want to make the logo left-aligned.
As in the image: http://prntscr.com/94zowd
thank you
Hello,
Please add this code in Theme Options > Custom CSS > Custom CSS for desktop:
.header-type-7 .header .header-logo {
float: left;
}
.header-type-7 .header .tbs {
float: right;
}
Regards,
Eva Kemp.
Thank you Eva, it worked! But it was not aligned with the cart on the side right.
How can I let aligned? Following model: http://prntscr.com/9504tu
Thank you
Hello,
Please try to use this code in Custom CSS for desktop:
.header-type-7 .header .tbs {
padding-top: 20px;
}
Regards,
Eva Kemp.
Thank you Eva!
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Header’' has been successfully resolved, and the topic is now closed for further responses