That guide should have done the trick for you as it works for other users.
Could you try and switch the text and images i.e. move the images that are on the right to the left and text to the right. Something like this - https://prnt.sc/j7apx3. And then make sure you add your CSS like this - https://prnt.sc/j7arzx
Let us know if that helps and if not then give us temporary admin access to the backend - username password with admin privileges - we check this from the backend.
Hi
I need to swap the order of alternating columns in mobile. I have read the following article, https://themenectar.ticksy.com/ticket/253230/ and made sure that the row height isn't set to equal and I am still not having luck.
Please could you take a look at it for me and advise.
Hi there,
Sorry for the late reply.
That guide should have done the trick for you as it works for other users.
Could you try and switch the text and images i.e. move the images that are on the right to the left and text to the right. Something like this - https://prnt.sc/j7apx3. And then make sure you add your CSS like this - https://prnt.sc/j7arzx
Let us know if that helps and if not then give us temporary admin access to the backend - username password with admin privileges - we check this from the backend.
Thanks.
Hi there,
Sorry for the late reply.
There seems to be a bug here.
We have escalated to the developers to take a look.
Sorry for the inconvenience on this.
They will be in contact soon.
Hi
I really need a solution to this question. You said you would escalate it 4 days ago, I am getting pretty desperate now.
I have fixed it.
You have left off some essential bits from your recommended CSS
/*reverse row in desktop*/
@media only screen and (min-width: 1001px) {
.reverse-row >.col.span_12 {
display: flex;
flex-direction: row-reverse!important;
justify-content: flex-end;
}
}