Remove languange selector gap

I added the language changer to my store and now in the header there is a white gap that was created when activating “show the language selector”. I changed my mind and i dont want to add languages anymore, so I deleted the app and deactivated the header language selector but their is still a white space, how can i remove the spacing created??

Thank you in advance!

my website is: https://www.sclpted.com/
The bar is only visible in the website pages. example: Contact – SCLPTED

Hey @sclpted

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>
.header:not(.header--compact) .header__row--bottom .header__columns.spacing-style {
    padding: 0 !important;
}
</style>

RESULT:

If I managed to help you then a Like would be truly appreciated.

Best,
Moeed

Thank you mooed! I ajusted the code to make it work in store because im using a shopify 2.0 template.

here is the code updated for the base.css:

/* Remove extra header gap */
.header:not(.header–compact) .header__row–bottom .header__columns.spacing-style {
padding: 0 !important;
}

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.