This topic has 4 replies, 3 voices, and was last updated 3 years, 9 months ago ago by Olga Barlow
Slider text is not fitting on mobile. When I edit the mobile view it also edits the other views, so it’s either right on one but not the other.
Also, on mobile, contact us form and submit button run over the right side of the screen. It is not responsive to mobile screen width.
Hello!
Thanks for getting in touch with us. My name is Muhammad and I will be your support rep.
I have fixed the slider text issue on the mobiles. I have edited the slider in mobile mode and decreased the slider title font size from the style settings, please see here: https://share.getcloudapp.com/wbu9b7Op
The issue with the form is appearing because of the below code in your additional CSS section. Do you want me to make it for large screens specifically because doing so will fix the issue?
input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"] {
width: 555px;
}
input, button, select, textarea {
width: 555px;
}
Thank you!
Yes please that would be great!
You must be logged in to reply to this topic.Log in/Sign up