Page 1 of 1
CMS not responsive
Posted: Sun Dec 08, 2019 2:36 pm
by ohisiojohn
Dear Pablo,
I as I have been complaining about CMS contents not responsive accepts texts. I could not provide a link because I was implementing it on a Wampserver. Now check the issue. All cms contents are fitted inside the view port on mobile phones. Below is the Link
http://www.visions-academy.org/media_updates.php
Re: CMS not responsive
Posted: Sun Dec 08, 2019 3:27 pm
by Pablo
What exactly do you mean by 'not responsive'?
What did you do and what did you expect to happen?
What are your settings?
Re: CMS not responsive
Posted: Sun Dec 08, 2019 4:53 pm
by ohisiojohn
Pablo,
I don't know whether you have checked the link I provided. The image upload for article is not responsive. It is not adjusted to fit any type of screen size.
I want it to be responsive to any kind of screen size. I have applied break points but nothing changes. Image is not auto adjusted to fit any screen.
Check the link I had provided in my post to prove how it looks
Re: CMS not responsive
Posted: Sun Dec 08, 2019 5:05 pm
by Pablo
This is not directly related to the WWB or the CMS. It is related to how the online editor works. The editor is standard browser functionality. Most browsers insert the image with a fixed size.
There are several ways to work around this:
- use a different online editor
http://wysiwygwebbuilder.com/cms_tools.html (step 6c)
or
- in the editor switch to HTML mode and set the width of the image to 100%
or
- add this code to make all images in the cms view flexible:
Code: Select all
<style>
#wb_CmsView1 img
{
width: 100% !important;
}
</style>
Re: CMS not responsive
Posted: Sun Dec 08, 2019 5:24 pm
by ohisiojohn
Pablo,
Thanks. It has worked. Whether the image is larger or small. It is now responsive to all types of images. You have made my day
Re: CMS not responsive
Posted: Sun Dec 08, 2019 5:37 pm
by ohisiojohn
Now the problem is plugins like Comment, Mailing list etc not fitting on 320px break point. It is okay with 768. Any way to handle this?.
Re: CMS not responsive
Posted: Sun Dec 08, 2019 6:00 pm
by Pablo
I'm sorry, the plugins were not designed to be displayed in such a small screen.