-
AuthorPosts
-
March 17, 2015 at 8:45 pm #413210
Enfold does not show the order of content in mobile view correctly for RTL pages. Please check this page: http://www.franchiseelites.com/fa/%D9%88%DB%8C%D8%B2%D8%A7%DB%8C-e2
I have numbered the icon boxes. They should appear from top to bottom in mobile view in the order shown by icon number.
please help this ASAP.
-Amir
March 18, 2015 at 5:07 pm #413777Hey afarahani!
In mobile view your elements are going to display as 100% width so it depends on the structure of your elements, which comes first in the document, etc etc.
By default the columns are floated left but you can use this CSS to float them right.
div .flex_column { float: right !important; }
And then restructure your content (move them to the correct order) so they display correctly on mobiles. You may have to do some other CSS work such as margins etc etc.
div .av_one_third { margin-right: 6%; margin-left: 0px !important; } div .av_one_third.first { margin-right: 0px !important; }
Cheers!
ElliottMarch 18, 2015 at 7:35 pm #413907Hi,
It seems I wasn’t able to convey my problem. It is not the matter of floating right or left! The order of content e.g. icon boxes is not correct. Josue once provided a solution here and also here
and it did work. But for some reason it is not working anymore. Although it corrects the order to some extent but the second row comes first!
Please see the icon boxes in the middle of the page http://www.franchiseelites.com/fa/%D9%88%DB%8C%D8%B2%D8%A7%DB%8C-e2
the order from right to left is 1 2 3 in the first row and 4 5 6 in the second row. the order should be the same in mobile view from top to bottom.
regards,
AmirMarch 18, 2015 at 10:31 pm #414022Hi Amir,
It’s not working as expected because you have those 4 iconboxes in the same ‘space’, try wrapping them (each 2) in sections like this – http://screencast.com/t/SLEw8DmoMt
Best regards,
JosueMarch 19, 2015 at 12:29 am #414054You are a real hero Josue! Can You help with another problem https://kriesi.at/support/topic/partner-logo-element-not-working/
-
AuthorPosts
- The topic ‘Enfold RTL Issure’ is closed to new replies.