Reducing Headings in customized theme? Without shrinking the logo

Solved

Reducing Headings in customized theme? Without shrinking the logo

adipure
Tourist
14 0 1

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 :
Untitled.png

and i want this header to be like this 
Untitled3.png

Please help 
Thank you !

Accepted Solution (1)

ZestardTech
Shopify Partner
5724 1050 1383

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;
}

 

ZestardTech_0-1698992456677.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Replies 6 (6)

Dan-From-Ryviu
Shopify Partner
9193 1842 1874

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.

adipure
Tourist
14 0 1

Hello @Dan-From-Ryviu 
here is my link 
https://znsou83q50yuu31m-59329609934.shopifypreview.com 
and i want to  header reduced on both mobile and desktop 

Dan-From-Ryviu
Shopify Partner
9193 1842 1874

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; }
}

 

Screenshot 2023-11-03 at 10.31.40.png

- 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.

adipure
Tourist
14 0 1

@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 

 

Dan-From-Ryviu
Shopify Partner
9193 1842 1874

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.

ZestardTech
Shopify Partner
5724 1050 1383

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;
}

 

ZestardTech_0-1698992456677.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing