Shopify themes, liquid, logos, and UX
Hi
I want to make this section wide as the others, now i have tried several things without better result. Do you guys have an idea to fix this small bug? 😀
Thanks in advance. 😀
See attached image:
Solved! Go to the solution
This is an accepted solution.
Hello @Dekanten, Please follow these steps to add this CSS code:
1. Go to your Online Store
2. Click on "Themes"
3. Select "Edit code"
4. Open your CSS file. If you have a custom CSS file, open that instead.
5. If you can't find your custom CSS file, open base.css" OR "theme.css" OR "cart.css".
6. Add the following code at the end of the file.
@media only screen and (max-width: 770px) {
#fsb_background {
width: 345px !important;
margin: 0 auto !important;
}
}
@media only screen and (max-width: 349px) {
#fsb_background {
width: 290px !important;
margin: 0 auto !important;
}
#fsb_background > * {
font-size: 10px !important;
}
}
Feel free to reach out if you have any questions or need assistance.
Best Regards,
DWS.
This is an accepted solution.
Hello @Dekanten, Please follow these steps to add this CSS code:
1. Go to your Online Store
2. Click on "Themes"
3. Select "Edit code"
4. Open your CSS file. If you have a custom CSS file, open that instead.
5. If you can't find your custom CSS file, open base.css" OR "theme.css" OR "cart.css".
6. Add the following code at the end of the file.
@media only screen and (max-width: 770px) {
#fsb_background {
width: 345px !important;
margin: 0 auto !important;
}
}
@media only screen and (max-width: 349px) {
#fsb_background {
width: 290px !important;
margin: 0 auto !important;
}
#fsb_background > * {
font-size: 10px !important;
}
}
Feel free to reach out if you have any questions or need assistance.
Best Regards,
DWS.
Hi and big thank you so this works like a charm so im really glad for the result, thank you so much for your help and support. 😀
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024