Archived topic
Horizontal scroll on mobile (homepage only)
3 replies · Started by Karl on February 2, 2021
Viewing posts 1–4 of 4
Hi, as the topic title says. I cant figure out why the homepage has a small horizontal scroll on mobile.
My site: https://gavekongen.no
Any suggestions?
Thanks,
Karl
Hi there,
its the WP Search Block - they add 100% width to the invisible label which can cause this problem.
Add this CSS to fix that:
.site-main .wp-block-search .wp-block-search__label {
width: unset;
}
That worked! Thanks man.
Glad to hear that!
This archived topic is closed to new replies.