Hi @sonertan!
Please use this CSS code to fix the problem:
#header .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
width: 20px !important;
}
Paste it into Appearance -> Customize -> Additional CSS. If you aren’t familiar with custom CSS, take a look at this video.
Regards,
Kris
The problem persists. Visit the site from mobile and pay attention to the header section, first it looks broken, then it gets better.
When first logging in: https://prnt.sc/254jtg6
It gets fixed later: https://prnt.sc/254jxku
I have modified this CSS code. Please try it now.
#header .dgwt-wcas-search-wrapp {
width: 20px !important;
height: 20px !important;
}
I tried, but the same problem persists.
@sonertan Three times lucky. This time code must work:
#header .custom-html {
width: 20px !important;
height: 20px !important;
}
Here is a result video when I used this code: https://drive.google.com/file/d/1ewDNj2aMBEq0I6bqcqIIAC4a_i5Jxuhc/view?usp=sharing
Regards,
Kris