Small fix in header

Solved

Small fix in header

SamSukhoonNordl
Explorer
59 1 12

162052146b9283ec5e50ca50634474f8.png

 Hello I'd like the lines besides the logo & cart to go all the way up to annoncement bar and all the way down til the page starts. I'd also like to be able to move them a little bit more to the center!

Accepted Solutions (2)
BSSCommerce-TC
Shopify Partner
225 49 51

This is an accepted solution.

Is this final result you want ?

 

BSSCommerceTC_1-1720107549027.png

 

BSSCommerceTC_2-1720107575434.png

 

You can follow these steps:

 

Step 1: At store admin , go to Online store > Themes > Edit code and find the base.css file

Step 2: Insert below codes at the end of file and Save them.

@media screen and (min-width: 990px) {
    header {
      padding: 0 5rem;
    }

    nav.header__inline-menu {
       padding: 10px;
       margin: 0 10rem !important;
    }
}
I hope it will helpful with you!
 
We're happy to support you. Can you give us a like or solution? This can greatly motivate us to contribute to our community.

 

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


MIDA: Heatmap, Record & Replay |BLOOP Referral Program, Reward |

Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency

View solution in original post

BSSCommerce-TC
Shopify Partner
225 49 51

This is an accepted solution.

Hi @SamSukhoonNordl ,

 

I was double check on your website , you just only add attribute important. It like that:

 

@media screen and (min-width: 990px) {
    header {
      padding: 0 5rem !important;
    }

    nav.header__inline-menu {
       padding: 10px;
       margin: 0 10rem !important;
    }
}

 

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


MIDA: Heatmap, Record & Replay |BLOOP Referral Program, Reward |

Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency

View solution in original post

Replies 8 (8)

BSSCommerce-TC
Shopify Partner
225 49 51

Hi @SamSukhoonNordl ,

Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

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


MIDA: Heatmap, Record & Replay |BLOOP Referral Program, Reward |

Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
SamSukhoonNordl
Explorer
59 1 12

nattstudios.com

1234

BSSCommerce-TC
Shopify Partner
225 49 51

This is an accepted solution.

Is this final result you want ?

 

BSSCommerceTC_1-1720107549027.png

 

BSSCommerceTC_2-1720107575434.png

 

You can follow these steps:

 

Step 1: At store admin , go to Online store > Themes > Edit code and find the base.css file

Step 2: Insert below codes at the end of file and Save them.

@media screen and (min-width: 990px) {
    header {
      padding: 0 5rem;
    }

    nav.header__inline-menu {
       padding: 10px;
       margin: 0 10rem !important;
    }
}
I hope it will helpful with you!
 
We're happy to support you. Can you give us a like or solution? This can greatly motivate us to contribute to our community.

 

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


MIDA: Heatmap, Record & Replay |BLOOP Referral Program, Reward |

Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
SamSukhoonNordl
Explorer
59 1 12

e56f95c45a26c5a0f3e427c5e34ed891.png

 This became the result, not all the way 😞

SamSukhoonNordl
Explorer
59 1 12

@SamSukhoonNordl wrote:

e56f95c45a26c5a0f3e427c5e34ed891.png

 This became the result, not all the way 😞


@media screen and (min-width: 990px) {
.header__inline-menu {
border-left: 1px solid #000 !important;
border-right: 1px solid #000 !important;

width: 100% !important;
text-align: center !important;
}

}
@media screen and (min-width: 990px) {
header {
padding: 0 5rem;
}

nav.header__inline-menu {
padding: 10px;
margin: 0 10rem !important;
}
}

 

 

Here is my code right now!

BSSCommerce-TC
Shopify Partner
225 49 51

This is an accepted solution.

Hi @SamSukhoonNordl ,

 

I was double check on your website , you just only add attribute important. It like that:

 

@media screen and (min-width: 990px) {
    header {
      padding: 0 5rem !important;
    }

    nav.header__inline-menu {
       padding: 10px;
       margin: 0 10rem !important;
    }
}

 

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


MIDA: Heatmap, Record & Replay |BLOOP Referral Program, Reward |

Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
SamSukhoonNordl
Explorer
59 1 12

You're the best! 

Appericate it, If you ever have the chance, please take a look at my "email" post. 

I have removed the previous code i tested out so code is default in that post.

BSSCommerce-TC
Shopify Partner
225 49 51

Thank for your reply. We're happy to support you. This can greatly motivate us to contribute to our community.

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


MIDA: Heatmap, Record & Replay |BLOOP Referral Program, Reward |

Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency