Shopify themes, liquid, logos, and UX
I would like to center the current Logo & position the Navigation bar at the very top (above logo) and search bar centered under logo In the "Charge" Shopify Theme.
Your help would be greatly appreciated!
Solved! Go to the solution
This is an accepted solution.
Hi @NeginA ,
Hi, to do that, follow these instructions:
1. Access your Shopify admin page. Select Online Store => Themes => Edit code
2. In the code folder, find the styles.css file and add the following code to the end of the file:
header.header { display: flex; flex-direction: column; padding-bottom: 20px; } header nav.header__inline-menu { order: -1; } header .header__icons { width: 100%; } header .header__heading { margin: 10px; }
Save the file and the result will look like this:
Hope it helps @NeginA
If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕.
B2B Solution & Custom Pricing | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
This is an accepted solution.
Hi @NeginA ,
Hi, to do that, follow these instructions:
1. Access your Shopify admin page. Select Online Store => Themes => Edit code
2. In the code folder, find the styles.css file and add the following code to the end of the file:
header.header { display: flex; flex-direction: column; padding-bottom: 20px; } header nav.header__inline-menu { order: -1; } header .header__icons { width: 100%; } header .header__heading { margin: 10px; }
Save the file and the result will look like this:
Hope it helps @NeginA
If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕.
B2B Solution & Custom Pricing | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
In Canada, payment processors, like those that provide payment processing services t...
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