Shopify themes, liquid, logos, and UX
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!
Solved! Go to the solution
This is an accepted solution.
Is this final result you want ?
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;
}
}
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
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
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
nattstudios.com
1234
This is an accepted solution.
Is this final result you want ?
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;
}
}
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
This became the result, not all the way 😞
@SamSukhoonNordl wrote:
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!
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
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.
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
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025