This topic has 3 replies, 2 voices, and was last updated 6 years, 7 months ago ago by Rose Tyler
My logo looks small on mobile. I have attached the website address.
Also, how do I implement a design similar to https://www.hobbylobby.com/? Specifically how do I make a background gray and the background for products white?
Hello,
1. Please add this code in Theme Options > Styling > Custom css > Custom css for mobile:
.header-wrapper .header-logo img {
max-width: 140px !important;
}
2. Global Custom css:
.template-container {
background-color: gray;
}
.content-product {
background-color: white;
}
.content-product .price {
padding-bottom: 25px !important;
}
.content-product .product-title {
text-align: center;
}
.content-product .price {
text-align: center !important;
padding-right: 0px !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up