Site logo

Archived topic

Columns Shortcode

3 replies · Started by Aldrin on May 30, 2021

Viewing posts 1–4 of 4

Hi there, I understand now there is Generate Blocks which I have used and its a nice feature. However, why is the columns shortcode from the older version not supported anymore? For example....

<div class="grid-25 tablet-grid-25 mobile-grid-50 first-column">1
</div>
<div class="grid-25 tablet-grid-25 mobile-grid-50 second-column">2
</div>
<div class="grid-25 tablet-grid-25 mobile-grid-50 third-column">3
</div>
<div class="grid-25 tablet-grid-25 mobile-grid-50 fourth-column">4
</div>

Hi there,

Not exactly sure what you mean. Can you specify which shortcode and from what plugin are you pertaining to? Is this from LGC?

Let us know.

My bad, not shortcode...I meant the HTML. This one I stated in my initial message used to work. For example using classes grid-25 tablet-grid-25 mobile-grid-50.

So say if you wanted to create a two column row...you would state

<div class="grid-50 tablet-grid-50 mobile-grid-100 first-column">1
</div>
<div class="grid-50 tablet-grid-50 mobile-grid-100 second-column">2
</div>

Hi there,

you can change the Customizer > General > Structure to Floats - this will load the old unsemantic.css grid.

This archived topic is closed to new replies.