Announcement Covering Header

Solved

Announcement Covering Header

TuneToyz
Explorer
91 0 22
 

 My website is TuneToyz.com Is there a way to make the header lower or making the announcement smaller so that the announcement does not cover the logo nor the cart.

Screen Shot 2024-07-24 at 10.32.53 PM.png

 

Accepted Solution (1)
ZestardTech
Shopify Partner
6148 1100 1476

This is an accepted solution.

Hi @TuneToyz 

 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

 

@media (max-width: 767px){
.header.page-width {
padding-top: 30px!important;
}
}

 

ZestardTech_0-1721887541040.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 4 (4)

GTLOfficial
Shopify Partner
879 182 193

Hello @TuneToyz 
Go to online store ---------> themes --------------> actions ------> edit code------->base.css
add this code at the end of the file.

@media screen and (min-width: 990px) {
.header:not(.drawer-menu).page-width {
padding-top: 25px !important;
}
}
#shopify-section-sections--17965970096340__header .header__inline-menu {
margin-top: 20px !important;
}
.kaktusc-cart-icon.cart_right_top {
top: 50px !important;
}

 and the result will be
10.png

If this was helpful, hit the like button and mark the job as completed.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
TuneToyz
Explorer
91 0 22

Screen Shot 2024-07-24 at 11.01.14 PM.png

hey it looks good but theres still an issue with mobile

ZestardTech
Shopify Partner
6148 1100 1476

This is an accepted solution.

Hi @TuneToyz 

 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:

 

@media (max-width: 767px){
.header.page-width {
padding-top: 30px!important;
}
}

 

ZestardTech_0-1721887541040.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
TuneToyz
Explorer
91 0 22

Hey thanks for your help, I was just wondering if it was possible to make it so that the cart icon is more towards the right like where the menu button is but for the right. Thanks