How can I shift my entire header to the right and eliminate the search icon?

How can I shift my entire header to the right and eliminate the search icon?

elusauna
New Member
8 0 0

Screenshot 2022-07-29 at 13.57.50.png

 How to move all of it to the right side? And remove search icon?

 

Thank you 🙂  

Replies 4 (4)

oscprofessional
Shopify Partner
16115 2409 3123

@elusauna ,

Please share the store URL.... 

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: [email protected] | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free
elusauna
New Member
8 0 0
oscprofessional
Shopify Partner
16115 2409 3123

@elusauna ,

First of all remove this CSS.

oscprofessional_0-1659524085650.png

 

& add this css in your css file.

.header__inline-menu {
	justify-content: end;
	display: flex;
}
@media screen and (min-width: 990px){
.header--middle-left {
    grid-template-areas: "heading navigation icons";
    grid-template-columns: auto 1fr auto !important;
    column-gap: 2rem;
}}

 

oscprofessional_1-1659524119887.png

 

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: [email protected] | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free

PageFly-Richard
Shopify Partner
4661 1068 1725

Hi @elusauna 

I’m Richard Nguyen - CRO Expert at PageFly- Free Landing Page Builder.

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->base.css/theme.scss.liquid->paste bellow code in bottom of file

 

.header__heading{

              margin-left: -80px !important;

}

.header header--middle-left page-width .header--has-menu{

      margin-left: 110px !important;

}

.header__search{

      display: none !important;

}

 

It will look like this: https://prnt.sc/F3EbXWcbfV2H



If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.