This topic has 4 replies, 2 voices, and was last updated 7 years, 3 months ago ago by Rose Tyler
Hi,
On this page https://thecaravanproject.asascharity.org – the header logo only centre when I choose site layout as “boxed”, however when I choose “wide”, the logo stays on the left.
I need the layout to be wide.
Thanks for your assistance,
Fred
Hello,
Please try to add this code in custom css:
.top-cart-disabled .logo {
float: none;
}
Regards
Hi,
Thanks, this works however in mobile mode, the header logo stays on the left.
Hello,
Please change previous code to:
@media (max-width: 979px) {
.header {
text-align:center;
}
}
.top-cart-disabled .logo {
float: none;
width: auto;
max-width: 300px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up