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
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: flexwith specific padding values (10px 10px 0 0)
- Targets
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
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
