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!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025