-
AuthorPosts
-
June 26, 2015 at 3:31 pm #314025
Hi.
I’m trying to create a multiple column row in cornerstone.
My last column is displayed below the others, despite a space available. I tried different screen sizes, and 2-3-4 column layouts.I suspect it’s a RTL issue.
Here’s the page: http://www.bodyguide.co.il/corporate
Thank you.
June 26, 2015 at 9:25 pm #314227Hello There,
Thanks for writing in!
This must be a bug. We will be reporting this to our developers. For the meantime, please add the following css code in the customizer, Appearance > Customize > Custom > CSS to fix the issue.
@media (min-width: 768px) { .rtl .x-column:last-child { margin-left: 0; } }
Let us know if this has been helpful to you.
June 30, 2015 at 5:11 am #316827Thank you, did the trick.
June 30, 2015 at 7:17 am #316929You’re most welcome.
September 21, 2015 at 3:53 am #397234Hi.
I’m experiencing this problem again, here’s an example: http://www.bodyguide.co.il/qigong/
This should be a 2 column layout below the header.Thanks.
September 21, 2015 at 4:03 am #397247Hi,
To fix it, you can add this under Custom > CSS in the Customizer.
.rtl .x-column.last, .rtl .x-column:last-of-type { margin-left: 0 !important; }
Hope that helps
September 23, 2015 at 2:01 am #399561Sorry, but it didn’t do the trick.
once over here’s the link http://www.bodyguide.co.il/qigong/Thank you.
September 23, 2015 at 2:09 am #399568Hi there,
Find and update this selector :
@media (min-width: 768px){ .rtl .x-column { float: right; margin-right: 0; margin-left: 2%; } }
Hope it helps.
September 24, 2015 at 7:50 am #401087I’ve attached a screenshot, nothing changed yet.
September 24, 2015 at 9:45 am #401194Hi there,
Thanks for updating the thread! The CSS provide works on my test. Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
In the meantime try putting the CSS above all the other CSS in the customizer. If it works, then you may have a syntax error like a missing closing } bracket. Let us know how that goes. Hope this helps – thanks!
November 8, 2015 at 6:32 pm #657368This reply has been marked as private.November 8, 2015 at 10:24 pm #657560Hi there,
The login is incorrect, and it’s randomly giving about cookies error. Which I’m pretty sure that my browser accept cookies.
Please check again and let us know.
Thanks.
November 9, 2015 at 5:34 am #657922This reply has been marked as private.November 9, 2015 at 6:09 am #657974Hi there,
Provided credentials are not correct. Please check.
For time being remove this code from Customizer :
@media (min-width: 768px) { .rtl .x-column { float: right; margin-right: 0; margin-left: 4%; } }
And this one from style.css file :
@media (min-width: 768px){ .rtl .x-column { float: right; margin-right: 0; margin-left: 2%; } }
Hope it helps.
December 6, 2015 at 3:41 am #694082This reply has been marked as private. -
AuthorPosts