Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi there, I am trying to change the font size within my search bar on mobile view. Right now I have used custom CSS to set the search bar placeholder (search for anything) to 20px. Unfortunately this is too big for a mobile screen and is cut off. Is it possible to change it to a smaller font size for mobile?
My site is newfootprint.co.uk
Hi Amy
Thanks for reaching out.
At AppearanceCustom CSS, locate the rule in question. You can wrap the rule in a min-width media query, that’ll ensure your change only applies after a minimum screen resolution is in use, perhaps 768px or 1024px. More on media queries here https://www.w3schools.com/css/css3_mediaqueries_ex.asp.