Archived topic
mobile view
1 reply · Started by johnzoro on June 10, 2022
why is it on mobile view one of my websites looks like this
.
https://ibb.co/L5Z95rp
but on my other site it looks like this
is it just because the site title text is bigger on the second one?
also why does the search box go over the screen and why is there a gap between the search box and the button but not on the first one
Hi there,
1. Yes, you can decrease the Site Title site for Mobile in Customizer > Typography settings.
2. your Christmas site is using the newer Search Block that WP added, add this CSS to remove the gap and change colors:
.wp-block-search .wp-block-search__button {
margin-left: 0;
background-color: #098413;
color: #fff;
border: none;
}