Site logo

Archived topic

Search function on Homepage not resizing

3 replies · Started by Dave on March 8, 2021

Viewing posts 1–4 of 4

The search box, on the homepage hero, is not resizing properly in different mobile views.
It is stretching outside the box. Is there a way to contain it within the box?
P.S. I am not talking about the search in the menu bar.

cheers,

Dave

Hi there,

try adding this CSS:

.page-hero-content .search-form label {
  max-width: calc(100% - 70px);
}

Thanks David. That worked.

cheers,

Dave

You're welcome

This archived topic is closed to new replies.