Shopify themes, liquid, logos, and UX
Hi Community!
I would like to know how to increase the space for the text in the header:
Thanks in advance for all your help!
Hi, @NicTheCat
Please share the store URL so that I can assist you.
You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag
<style>
@media screen and (min-width: 990px) {
.header--has-menu {
padding-left: 2rem !important;
padding-right: 2rem !important;
}
}
</style>
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Hello @NicTheCat
Can you share store URL?
Hi @NicTheCat,
You can try this code by following these steps:
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file base.css, theme.css or styles.css
Step 3: Insert the below code at the bottom of the file -> Save
ul.list-menu.list-menu--inline li a {
font-size: 16px !important;
}
Final Result:
Hope this can help you
Kind regards,
HDL-Shin
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025