We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

put the grey bar under the header

put the grey bar under the header

matthewdropship
Tourist
10 0 2

i need to put the grey bar (the one under the red bar) under the black header of my site. i think i have to separate it from the header first as they are joined, can anyone help me? thanks

website url: https://juliettemarseille.fr/

Replies 4 (4)
matthewdropship
Tourist
10 0 2

i need to put it under the black header so: red bar-black header-gray bar

The_ScriptFlow
Explorer
201 17 25

Hey @matthewdropship,

This need to interchange the coding of the header and gray bar in the theme file.

Would you like to share the store collab code in the p/m so that I can interchange the current code.

Thanks

- Need a Shopify Specialist? Chat on WhatsApp Or Email at info@thescriptflow.com
- For any custom section queries, bug fixing please visit: Level 2 Fiverr Profile
- Buy Me a Coffee? Nah… Let’s Upgrade to a Car
- If my solution was helpful, mark it as a solution and hit the like button!

Sayed_Safin
Shopify Partner
101 1 2

Hi @matthewdropship Here is the solution with custom css code.

Please follow the steps.

  1. Go to the code editor
  2. Search the base.css file
  3. Go to the base.css file and add the provided code at the bottom of the base.css file
  4. Save the file and check the preview
  5. Sayed_Safin_0-1751138703501.png

     

.shopify-section-group-header-group div[data-section-type="header"]{
    display: flex;
    flex-direction: column-reverse;
}

Thanks!

- Need a Shopify Specialist? Visit Here



- Custom Design | Advanced Coding | Store Migration | Custom Schema and app Integration


- Conversion Rate Optimization | AB Test Development

CodingFifty
Shopify Partner
1102 161 190

Hey! @matthewdropship,


Could you kindly share your store URL and password (if it’s password-protected) so I can review it and provide you with an update?

.section-sections--25548504695049__ss_announcement_bar_slider_Bp9UNP.announcement-sections--25548504695049__ss_announcement_bar_slider_Bp9UNP {
    position: relative !important;
    top: 131px;
    z-index: 9999 !important;
}
.header-sticky-wrapper {
    top: -49px !important;
}

@media(max-width: 768px){
.section-sections--25548504695049__ss_announcement_bar_slider_Bp9UNP.announcement-sections--25548504695049__ss_announcement_bar_slider_Bp9UNP {
    position: relative !important;
    top: 92px !important;
    z-index: 9999 !important;
}
}

 

Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com