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

Search icon in Header- Broadcast Theme

Solved

Search icon in Header- Broadcast Theme

TBS2023
Shopify Partner
322 1 45

Hello

I have managed to move my search icon to the left using this code

<style>
  /* search icons*/
@media (min-width: 768px) {
  .header__desktop__upper {
    position: relative;
  }

  .header__desktop__button:has([aria-label="Search"]) {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .header__desktop__bar__c {
    margin: 0;
  }

  .header__desktop__buttons--icons {
    margin-left: auto;
  }
}</style>

However when open it looks like this

TBS2023_0-1750080641398.png

 

Theme is not live yet

https://6qnwocv4sj1nwdn8-86803415371.shopifypreview.com

Accepted Solution (1)

BiDeal-Discount
Shopify Partner
819 109 182

This is an accepted solution.

Hi @TBS2023 

let add this Custom CSS code:

.header__desktop__upper {z-index: 11;}

the result

BiDealDiscount_0-1750082467630.png

 

- Helpful? Like & Accept solution! Coffee tips fuel my dedication.
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Contact me via WhatsApp

View solution in original post

Reply 1 (1)

BiDeal-Discount
Shopify Partner
819 109 182

This is an accepted solution.

Hi @TBS2023 

let add this Custom CSS code:

.header__desktop__upper {z-index: 11;}

the result

BiDealDiscount_0-1750082467630.png

 

- Helpful? Like & Accept solution! Coffee tips fuel my dedication.
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Contact me via WhatsApp