All things Shopify and commerce
Hello!
Using the Dawn theme, in the bottom of my page I have a couple of menus + the subscribe to our email box.
In the desktop version it looks nice as you can see on the first screenshot but the mobile version has placed the two menus on top of each other and the subscribe box on the right side.
How do I do to have the the two menus side by side and the Subscribe box in the bottom in the mobile version.
Thanks for your help!
Solved! Go to the solution
This is an accepted solution.
Hi, @miltokas.
Follow These Steps.
Goto Online store > Assets > Edit code > find Base.css File and paste the code mentioned below.
.footer__content-top {
display: block !important;
}
Result:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
This is an accepted solution.
Hi @miltokas
Follow these Steps:
Go to Online Store Edit Code Find theme.liquid file or base.css
Add the following code in the bottom of the file above </body> tag
.footer__content-top {
display: block !important;
}
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solutions.
This is an accepted solution.
Hi, @miltokas.
Follow These Steps.
Goto Online store > Assets > Edit code > find Base.css File and paste the code mentioned below.
.footer__content-top {
display: block !important;
}
Result:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
This is an accepted solution.
Hi @miltokas
Follow these Steps:
Go to Online Store Edit Code Find theme.liquid file or base.css
Add the following code in the bottom of the file above </body> tag
.footer__content-top {
display: block !important;
}
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solutions.
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024