Hello Everyone!
I am using Shopify Taiga theme as a trial. I want the footer image to be centered well in mobile and desktop mode. How do I keep it? Please help me. Thank you
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
footet .media, figure {
margin: auto !important;
}
@dreamtechzone_5 please add this css to the very end of your critical.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → critical.css
Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.