Mobile Site Logo Overlapping Seach and Cart

Solved

Mobile Site Logo Overlapping Seach and Cart

moonstreetkits
Tourist
4 0 2

My logo on the mobile site is overlapping with the other things in the header and i have no idea how to fix it. the desktop site is fine though??? 

moonstreetkits.com

Accepted Solution (1)

BSS-TekLabs
Shopify Partner
2118 628 730

This is an accepted solution.

- Here is the solution for you @moonstreetkits 
- Please follow these steps:

step.png

- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press 'Save' to save it.

@media only screen and (max-width: 600px) {
 .head-custom .left-section-head {
    width: 9% !important;
  }
.head-custom .header__icons {
    width: 100% !important;
}
}

- Here is the result you will achieve:

BSSTekLabs_0-1721833911154.png

 

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 3 (3)

BSS-TekLabs
Shopify Partner
2118 628 730

This is an accepted solution.

- Here is the solution for you @moonstreetkits 
- Please follow these steps:

step.png

- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press 'Save' to save it.

@media only screen and (max-width: 600px) {
 .head-custom .left-section-head {
    width: 9% !important;
  }
.head-custom .header__icons {
    width: 100% !important;
}
}

- Here is the result you will achieve:

BSSTekLabs_0-1721833911154.png

 

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
moonstreetkits
Tourist
4 0 2

oh my god thank you so very much!!!!!!! it worked (:

BSS-TekLabs
Shopify Partner
2118 628 730

Glad to help you. Have a good day.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now