Hello guys,
thanks for the plugin. I do have a problem no mobile view though. I am using the Avada theme for a client health website and am using your plugin on the diseases page:
http://templatenl.nl/hartpatienten/hartproblemen/alle-aandoeningen/
Mobile screenshot: https://www.dropbox.com/s/2qgizm9ejs1dzyb/Screenshot_20190801-160657.jpg?dl=0
As you can see when in mobile viewport the scaling does not work as your demo.
A fix is much appreciated.
Item Purchase Code:
b2645dc2-066d-45d1-949b-a7f5d7f991c6
Regards,
Tugrul
1 Answers
You can add the following code to the Custom CSS of the page or in the Customize > Additional CSS.
@media (min-width: 480px) {
.container {
width: 100%;
}
}
Please login or Register to submit your answer