This topic has 2 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Robert Hall
Hello,
At the bottom of my website footer area the section where I have the search bar and the social link widgets. The search bar button overlaps the social link widget title when it is viewed on mobile screen. How can I fix this so that everytime it is viewed on a mobile device it doesn’t overlap? Thank You
Hello,
Please try use this code in Global Custom CSS
footer .widget.widget_search .form-group.has-border {
width: 75% !important;
}
Regards,
Robert Hall
You must be logged in to reply to this topic.Log in/Sign up