How can I find a specific section in code to add a div?

Solved

How can I find a specific section in code to add a div?

EGM1
Excursionist
22 0 8

Hello,

 

I need some help finding a section in code so I can add a div in this blank space.(shown in photo)

EGM1_0-1694542352844.png

If is not possible at least to moke the log in below so the gap dissapears 

 

Thank you in advance !

Accepted Solution (1)

Moeed
Shopify Partner
5885 1599 1901

This is an accepted solution.

Hey @EGM1 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.menu-drawer__localization.header-localization {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1694542786896.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Get a quick Shopify quote – Click here!

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Reply 1 (1)

Moeed
Shopify Partner
5885 1599 1901

This is an accepted solution.

Hey @EGM1 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.menu-drawer__localization.header-localization {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1694542786896.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Get a quick Shopify quote – Click here!

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications