Shopify themes, liquid, logos, and UX
Hello, I am trying to make my logo module full-width and can't figure out how. It looks fine on mobile but it's small on desktop. https://www.hfcousa.com
Hi @geanyesboy
The default width is 1200px;
You can check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
div#shopify-section-template--15371658231874__logo_bar_ByyFUt section.section {
max-width: 100%;
}
And Save.
Result:
Just a question, you have plan to add more icons? if not you can remove the arrows on the dekstop view.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thanks for replying. I added the code you suggested but it did not work.
Try to add !important like this.
div#shopify-section-template--15371658231874__logo_bar_ByyFUt section.section {
max-width: 100% !important;
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025