Shopify themes, liquid, logos, and UX
Thanks in advance!
I am looking to move the word 'Instagram' to be aligned and beside the country/region selector in the footer section on mobile only. Example shown below.
Solved! Go to the solution
This is an accepted solution.
Hi @MMast, Pls insert this code before </head> tag on theme liquid:
@media screen and (max-width: 767px) {
.footer-block--newsletter.scroll-trigger.animate--slide-in {
position: absolute;
z-index: 99;
right: 15px;
margin-top: 55px;
}
}
Hope this can help you
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
This is an accepted solution.
Hi @MMast, Pls insert this code before </head> tag on theme liquid:
body:has(.menu-drawer-container.menu-opening) .footer-block--newsletter.scroll-trigger.animate--slide-in{
z-index: -1;
}
Hope this can help 😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
Hello @MMast
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (max-width: 767px) {
.footer-block--newsletter.scroll-trigger.animate--slide-in {
position: absolute;
right: 36px;
margin-top: 57px !important;
}
.footer__content-bottom.scroll-trigger.animate--slide-in {
position: relative;
}
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
It displays far away and the word is not clickable anymore.
sorry for mistake
please remove my given code, I will try to give you another code
Thanks
This is an accepted solution.
Hi @MMast, Pls insert this code before </head> tag on theme liquid:
@media screen and (max-width: 767px) {
.footer-block--newsletter.scroll-trigger.animate--slide-in {
position: absolute;
z-index: 99;
right: 15px;
margin-top: 55px;
}
}
Hope this can help you
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
Is there a way to remove it from showing up in the drop down menu?
This is an accepted solution.
Hi @MMast, Pls insert this code before </head> tag on theme liquid:
body:has(.menu-drawer-container.menu-opening) .footer-block--newsletter.scroll-trigger.animate--slide-in{
z-index: -1;
}
Hope this can help 😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
@MMast, We are happy to help you solve the problem. Have a good day 😍
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
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