My page is not responsive - why?
Zenderk Kevin created the topic: My page is not responsive - why?
Hello,
I used the Form Maker for Wordpress to create a fanshop for our website. The form works on my Laptop but unfortunately the page is not responsive on my mobile phone. Does anyone have a clue why?
Here is the link:
www.yellowboys.lu/cart
Thanks a lot in advance
Kevin
Please Log in or Create an account to join the conversation.
-
Topic Author
- Zenderk Kevin
- Offline
- Fresh Boarder
-
- Posts: 2
- Thank you received: 0
6 years 6 months ago
Agapi G. replied the topic: My page is not responsive - why?
Hi Kevin!
We are terribly sorry for the inconvenience!
Could you please try adding the following CSS code to the theme of your form? Open your form from admin dashboard and click Edit CSS button to open the stylesheet. Scroll to the very bottom of it and paste the code at the very end:
.wdform-page-and-images {
display: block !important;
}
.wdform_page {
padding: 15px 15px 15px 15px !important;
}
.wdform_column {
float: none !important;
display: inline-block;
}
.wdform_section {
display: block !important;
}
․wdform-page-and-images *, .wdform_section * {
max-width: 100% !important;
}
.wdform-field {
display: block !important;
}
Make sure to clear the cache of your web browser before checking the changes. In case it doesn't work, please try adding the code to style.css file or custom CSS editor of your website theme.
Thanks! Have a nice start of the week!
Kind regards,
Agapi G.
Web-Dorado team
Please Log in or Create an account to join the conversation.
6 years 6 months ago
Zenderk Kevin replied the topic: My page is not responsive - why?
It worked. Thank you very much
Please Log in or Create an account to join the conversation.
-
Topic Author
- Zenderk Kevin
- Offline
- Fresh Boarder
-
- Posts: 2
- Thank you received: 0
6 years 6 months ago
Agapi G. replied the topic: My page is not responsive - why?
Hey Kevin!
You are most welcome! We are glad to know the solution worked on your form. Please feel free to let us know any time you have other questions. We'll be happy to assist!
In case you have a few minutes, please share your rating for Form Maker on WordPress.org. We greatly appreciate your thoughts about the quality of the plugin, as well as suggestions on improving our customer support service.
Let me provide the link to you:
wordpress.org/support/plugin/form-maker/reviews/
Thanks! Have a wonderful day!
Kind regards,
Agapi G.
Web-Dorado team
Please Log in or Create an account to join the conversation.
6 years 6 months ago