Shopify themes, liquid, logos, and UX
Hi All,
I'm using the Turbo theme. For some reason the menu doesn't expand when tapped on mobile, instead it just refreshes the homepage. I've tried the process of elimination with potentially problematic apps to no avail. A solution to my dilemma would be GREATLY appreciated. Thanks in advance!
Solved! Go to the solution
This is an accepted solution.
Hey @jayguy,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
#header .top_bar a.mobile_logo {
z-index: unset !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
This is an accepted solution.
Hey @jayguy
You can use the code below with the same steps as shown above to apply the border, but it won't make the height the same because the images are all of different sizes. If you want the same size, you should upload images that are the same size.
<style>
#shopify-section-collection-template .product-list .product-wrap {
border: 1px solid rgba(0,0,0,0.2) !important;
}
</style>
This is an accepted solution.
Same instructions
<style>
.product-details {
padding: 0 15px !important;
}
</style>
Hey @jayguy,
Can you share the link to your store? Thanks!
Hi. My store URL is: klas-maschina.myshopify.com
This is an accepted solution.
Hey @jayguy,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
#header .top_bar a.mobile_logo {
z-index: unset !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
@ThePrimeWeb You're a genius! It works. Many thanks!
I have another request... How do I place a thin border around the product card in Collections ONLY, and so that they all are the same height. See the attached image for reference.
This is an accepted solution.
Hey @jayguy
You can use the code below with the same steps as shown above to apply the border, but it won't make the height the same because the images are all of different sizes. If you want the same size, you should upload images that are the same size.
<style>
#shopify-section-collection-template .product-list .product-wrap {
border: 1px solid rgba(0,0,0,0.2) !important;
}
</style>
How do I keep the text centered, and not touching the borders (like a padding on each side or something)?
This is an accepted solution.
Same instructions
<style>
.product-details {
padding: 0 15px !important;
}
</style>
Perfect! Thanks again. 🙂
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024