hello,
i would like to align the email box with the rest of my text on the right side. right now it looks like this but i would like it to be in the middle.
store URL: luminaskn.co.uk
password: Lumina2506
hello,
i would like to align the email box with the rest of my text on the right side. right now it looks like this but i would like it to be in the middle.
store URL: luminaskn.co.uk
password: Lumina2506
Hi @Luminaskn
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
Hope this can help you solve the issue
Best regards,
Richard | PageFly
@Luminaskn , do this to fix it in 20 seconds:
@media (min-width: 998px) {
.footer-block--newsletter {
transform: translateX(-15px) !important;
}
}
If it helps you please click on the “like” button and mark this answer as a solution!
Thank you.
Kind regards,
Diego