This topic has 2 replies, 2 voices, and was last updated 4 months ago ago by Jack Richardson
I was wondering if there is an option to show the site logo linked to home on mobile when the advanced checkout option is active. right now, it shows the logo only on desktop and tablet, but not on mobile. I know there is not a lot of space but it would be great if the logo linked to home would be at least available to show on the very top. Couldn’t find the setting or anything in the documentation.
Thanks in advance!
Hello @smargasy,
You can add next custom CSS (Theme Options -> Theme Custom CSS -> Global CSS) for your needs to display the logo on mobile device of Cart/Checkout pages:
@media only screen and (max-width: 767px) {
.cart-checkout-multistep .header-wrapper .et-wrap-columns>.et_column.hidden-xs {
display: block !important;
}
}
Kind regards,
Jack Richardson
The 8theme’s team
You must be logged in to reply to this topic.Log in/Sign up