Shopify themes, liquid, logos, and UX
Hey, I’m trying to move the Instagram icon in my footer menu.
my website is: doorstepdrip.com
it currently looks like this but I’ve added an arrow for where i would like the instagram icon to be moved to 🙂
if anyone could help that would be very much appreciated
thanks 🙂
Please add this code at the bottom of your base.css file in Online store > Themes > Edit code
@media (max-width: 767px){
footer { positon: relative; }
.footer__list-social { position: absolute; top: 0px; margin-top: 0px !important; }
}
- 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
@doorstepdrip - this will need code tweak
Hi, @doorstepdrip.
You can follow these steps:
Go to Online Store -> Themes -> Edit code.
Go to Assets folder -> Base.css file.
Add the following code at the bottom of the file.
@media (min-width: 320px) and (max-width: 767px) {
ul.footer__list-social.list-unstyled.list-social {
position: absolute;
top: 32px;
margin-top: 0;
}
.footer {
position: relative;
}
}
Result:
If I managed to help you then, don't forget to Like it and Mark it as Solution.
User | RANK |
---|---|
227 | |
175 | |
63 | |
52 | |
48 |
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