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 Offline

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

Please create a new Ticket and we will get back to you as soon as we can.

#107054 Columns - Putting “Gap Size” to none give the wrong code?

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 Chacapamac on Friday, 12 March 2021 04:27 GMT

Chacapamac
When inserting colunms and choosing the “Gap Size” to ”None” I end-up with this code:

<div class="row flex-gap-none" data-wf-columns="1">
	<div class="col-none" style="text-align: center;">1</div>
	<div class="col-none" style="text-align: center;">2</div>
	<div class="col-none" style="text-align: center;">3</div>
</div>
This code nullify and collapse the columns, I think it should be:

<div class="row flex-gap-none" data-wf-columns="1">
	<div class="col-lg" style="text-align: center;">1</div>
	<div class="col-lg" style="text-align: center;">2</div>
	<div class="col-lg" style="text-align: center;">3</div>
</div>
Give you 3 columns same size, without gap.... Maybe something I don’t understand?

Chacapamac
Forget the screen shots 😮

Settings


Wrong Code
I add the 1,2,3 text and center them to see if the columns are correct

Attachments

Ryan
Please try JCE Pro 2.9.4 Beta 9 - https://www.joomlacontenteditor.net/downloads/editor/pro/development

Ryan Demmer

Lead Developer / CEO / CTO

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

Chacapamac
After beta install

<div class="row flex-gap-none" data-wf-columns="1">
	<div class="col-lg"> </div>
	<div class="col-lg"> </div>
	<div class="col-lg"> </div>
</div>
Cool, good Day Ryan! 🙂