Shopify themes, liquid, logos, and UX
Hello Everyone!
I am using the Shopify Prestige theme. When I click on arrow the submenus don't show but when I click on menu the submenus show. There is a lot of space under the menu, can the space be reduced? Please help me. Thanks in advance.
Store Url: https://dream-tech-zone.myshopify.com/
Password: Admin
Solved! Go to the solution
This is an accepted solution.
Go Online Store > Themes > Edit code > open theme.liquid file, add this code below after <head> tag
<style>
@media (max-width: 749px){
.Footer__Block:nth-child(2) {
margin-top: 48px !important;
}
.Footer__Block {
margin-top: 8px !important;
}
.Footer__Block .Linklist {
margin-bottom: 40px;
}
.Footer__Block .mob_tab > h2 {
width: 100%;
z-index: 2;
}
.Footer__Block .mob_tab > span {
position: absolute;
right: 24px;
}
}
</style>
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
This is an accepted solution.
Please update CSS code.
<style>
@media (max-width: 749px){
.Footer__Block {
margin-top: 8px !important;
}
.Footer__Block .Linklist {
margin-bottom: 40px;
}
.Footer__Block .mob_tab > h2 {
width: 100%;
z-index: 2;
}
.Footer__Block .mob_tab > span {
position: absolute;
right: 24px;
}
}
</style>
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Hi @dreamtechzone_5
Update the js with the below js, Currently, you are using the js that triggers the title not the arrow
var mob_tab = document.querySelectorAll(".Footer__Block.Footer__Block--links .mob_tab")
mob_tab.forEach(function(tab_click) {
tab_click.addEventListener("click", (e) => {
tab_click.closest(".mob_tab").classList.toggle("show");
});
})
This is an accepted solution.
Go Online Store > Themes > Edit code > open theme.liquid file, add this code below after <head> tag
<style>
@media (max-width: 749px){
.Footer__Block:nth-child(2) {
margin-top: 48px !important;
}
.Footer__Block {
margin-top: 8px !important;
}
.Footer__Block .Linklist {
margin-bottom: 40px;
}
.Footer__Block .mob_tab > h2 {
width: 100%;
z-index: 2;
}
.Footer__Block .mob_tab > span {
position: absolute;
right: 24px;
}
}
</style>
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Wow Great. It worked. I appreciate it.
Follow Us menu can be kept as a dropdown and can arrow icons be reduced in size?
You can customize code of your theme to do that
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Ok. I have tried. But I can't fix it. How can I fix it?
You must customize HTML of Follow us the same as other
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
When I remove Follow Us, there is a lot of space under Quick Shop.
This is an accepted solution.
Please update CSS code.
<style>
@media (max-width: 749px){
.Footer__Block {
margin-top: 8px !important;
}
.Footer__Block .Linklist {
margin-bottom: 40px;
}
.Footer__Block .mob_tab > h2 {
width: 100%;
z-index: 2;
}
.Footer__Block .mob_tab > span {
position: absolute;
right: 24px;
}
}
</style>
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
I would like to keep the newsletter form in mobile mode as in desktop mode.
In mobile mode want to reduce the space in the marked area below.
Hello Dreamtechzone,
Hope you're well, may you share your code to have the same kind of footer for mobile, like a drop drown like this please. I aslo have prestige one but didnt suceed to drop down it..
Thanks a lot !!
Best
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025