Shopify themes, liquid, logos, and UX
Hi there,
I've added the below code to add margin to the footer but I want it to only apply to desktop, how do I do this?
password: meifay
Thanks so much!
Solved! Go to the solution
This is an accepted solution.
Hi @INFRA
You can try to add this code to Custom CSS of footer section
@media (min-width: 768px) {
footer {
padding-left: 100px;
padding-right: 100px;
}
}
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
Hello @INFRA 👋
You can add media query like this
@media (min-width: 990px) {
Code for desktop
}
hi there, thanks for your reply. Ufortunately, the code stops working altogether when I add that in front.
is this correct?
@media (min-width: 990px) {
padding-left: 200px;
padding-right: 200px;
}
Ideally I just want it the same width as the footer section with the policy links 🙂
This is an accepted solution.
Hi @INFRA
You can try to add this code to Custom CSS of footer section
@media (min-width: 768px) {
footer {
padding-left: 100px;
padding-right: 100px;
}
}
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
User | RANK |
---|---|
220 | |
164 | |
65 | |
54 | |
53 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023