How can I customize the header for the desktop version?

Topic summary

A user is seeking help customizing the header for their desktop site, noting that their mobile version is already configured.

Solution Provided:

  • Another user shared CSS code to address the issue:
    • Targets .header__icons.header__icons--localization.header-localization
    • Sets display: flex with specific padding values (10px 10px 0 0)

Status:

  • The solution appears to have been offered, with a request to mark it as accepted if it resolves the issue
  • No confirmation yet from the original poster on whether the CSS fix worked
  • Images were included in both posts, likely showing the current header state and desired outcome
Summarized with AI on November 14. AI used: claude-sonnet-4-5-20250929.

Hello everyone!
I need your help in customizing the Header
I have the mobile version set up, but I can’t set up the desktop version

https://salebk.com/

![salebk1.png|1416x672](upload://yacHkBYciWXmhkgg5QpalaYZF6R.png)

@AntonysaleBK

Please use this css

.header__icons.header__icons--localization.header-localization {
    display: flex;
    padding: 10px 10px 0 0;
}

If this solution is worked, then please Like this and Mark this as accepted solution!

Laddi