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.
Hello @MMast
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
sorry for mistake
please remove my given code, I will try to give you another code
Thanks
Hi @MMast , Pls insert this code before 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
@MMast , We are happy to help you solve the problem. Have a good day ![]()
Hi @MMast , Pls insert this code before 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 ![]()