You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Online

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

#111199 columns not reponsive

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by Ryan on Friday, 10 June 2022 15:34 BST

aimlesslady
I have a Joomla4 website, using Cassiopeia, and I am using JCE. I created a page with columns. It looks great on laptop, but on a phone, it is cut off. It doesn't seem to be responsive. How can I fix this?

Attachments

Ryan
Please post a link to an example article on your site.

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

Ryan
You appear to have ended up with 2 orphan column div elements on either side of the main column. Go to the Code Tab, and delete the 2 div elements that look like this:

<div class="col"> </div>
and this:

<div class="col">
<p> </p>
<p> </p>
</div>

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.