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 !
Solved! Go to the solution
This is an accepted solution.
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;
}
Hi @adipure
Could you share your store link?
- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. 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 solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. 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 solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
This is an accepted solution.
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;
}
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024