Archived topic
Lightweight Grid Columns in RTL websites
5 replies · Started by Ali on July 29, 2017
Hi,
My website is RTL.
The order of Lightweight Grid Columns is from left however. I need first column in right and second column on left.
Thanks for help
Hi there,
I think the easier way would to be work backwards. So add your content for the first column in the last column.
Or perhaps try using GP's built in grid system like this? <div class="grid-33 tablet-grid-50 mobile-grid-100">
Will ask Tom to confirm :)
Thanks Dear Leo,
The problem is when I use backward, the order will be wrong in mobile view. it is important for viewers to see first column before second column on all devices :)
Hmm, good point here.
Unsemantic Grid has an RTL file, but it's not included in the plugin: https://github.com/nathansmith/unsemantic/blob/master/assets/stylesheets/unsemantic-grid-responsive-no-ie7-rtl.css
I'm looking to re-do the LGC plugin, and I'll definitely keep this in mind.
Ok. Thanks for help :)
No problem :)