Shopify themes, liquid, logos, and UX
Hello,
Im trying to reduce my website header without shrinking the logo.
I'm Trying to change css attributes but everytime i made a change, it shrinks my logo or header is gone.
Please help me to reduce header section
My Header looks like this :
and i want this header to be like this
Please help
Thank you !
Hi @adipure
Could you share your store link?
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
Hello @Dan-From-Ryviu
here is my link
https://znsou83q50yuu31m-59329609934.shopifypreview.com
and i want to header reduced on both mobile and desktop
Hi @adipure
Go to your Online store > Themes > Edit code, open theme.css file and add this code at the bottom.
@media (max-width: 767px){
.tt-mobile-header .tt-logo-container { margin-bottom: 0px !important; }
}
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
@Dan-From-Ryviu
hello,
I have been trying to add the code on theme.css.liquid file but it did not work on my page,
I have customized theme for this website and can not find theme.css file
Hi @adipure
You can add this code below to your theme.liquid file above </head> tag
<style>
@media (max-width: 767px){
.tt-mobile-header .tt-logo-container { margin-bottom: 0px !important; }
}
</style>
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
Hello There,
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme.css and paste this at the Top of the file:
.tt-mobile-header .tt-logo-container {
padding-bottom: 0!important;
}
User | RANK |
---|---|
196 | |
177 | |
83 | |
60 | |
48 |
Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023