-
AuthorPosts
-
June 1, 2017 at 8:01 am #802393
The order of the blog posts remains LTR while the entire template is displayed RTL
How to fix the order so that the first post is displayed on the rightIn addition to the footr is LTR (footer column1 is 4 and footer column4 is 1 …)
And all the content of the pages display in the wrong order on mobile- This topic was modified 7 years, 5 months ago by Yossi Yerushalmi.
June 1, 2017 at 12:42 pm #802513Hey kav-acher,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
RikardJune 1, 2017 at 1:52 pm #802541Hi Rikard
The is the blog pageJune 2, 2017 at 1:13 pm #802993Hi Rikard
I need help with thes
June 4, 2017 at 8:25 pm #803698Hi,
I loaded the page and I can see everything loading properly
If not ( as we might not understand the language ) can u please provide us with a screenshot
so we can see what is wrong and try identify the issue and help you?Thank you
Best regards,
BasilisJune 4, 2017 at 8:31 pm #803700I didnt get an answer for this website
Help me understand what I need to do to fix itThis is a site that I am building for somebody
I can not make a progressPlease I need help
June 4, 2017 at 8:43 pm #803703I doing it now
Thank youJune 4, 2017 at 8:50 pm #803706How can I upload an screenshot ?
June 4, 2017 at 8:55 pm #803709This is the blog
the ferst post is the left one and it should be on the right sideOn this page it happens this way
and the footer also
- This reply was modified 7 years, 5 months ago by Yossi Yerushalmi.
June 4, 2017 at 9:26 pm #803711In this picture you can see that I have manually changed the order so that it will look right on the site
That is, what is in footer column1 should be in footer column4
What is in Potter 2 should be in footer column3
What is in footer column3 should be in footer column2
What is in footer column4 should be in footer column1Thank you
June 5, 2017 at 8:41 am #803785June 5, 2017 at 2:22 pm #803933June 5, 2017 at 9:04 pm #804150Please help me I need an anser
June 6, 2017 at 9:04 am #804401Hi
Is there someone that can answer that?
The theme should be suitable for RTL
So why it does not work right?June 7, 2017 at 10:34 am #804992Hi,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaJune 7, 2017 at 10:44 am #805005hi Vctoria
I changed the code in layout.css manually for the alignment of the blog
Which had to change automaticallyBut the order of the posts remains left to right
Thank you
June 12, 2017 at 5:08 am #806690Hi,
Thank you for the update.
Please add this css code in the Quick CSS field.
.rtl div .av_one_fourth { margin-right: 6%; margin-left: 0; } .rtl div .slide-entry { float: right; } .rtl div .slide-entry.first { margin-left: 0; margin-right: 0; }
Best regards,
IsmaelJune 13, 2017 at 10:47 pm #807657Hi Ismael
Thank you
the code did fix the RTL problemThe code you provided me worked great but it has a problem with the space between the two right columns
I played with the code in all sorts of possibilities and found a solution like this.rtl div .av_one_fourth {
margin-right: 2%;
margin-left: 2%;
}.rtl div .slide-entry {
margin-right: 2%;
margin-left: 2%;
float: right;
}.rtl div .slide-entry.first {
margin-left: 2%;
margin-right: 2%;
}Best regards,
YossiJune 13, 2017 at 10:49 pm #807659Now I’m looking for a solution to move the menu button on Mobile to the left
He sits on the logo and it does not look goodThank you,
YossiJune 15, 2017 at 11:01 am #808507Hi Yossi,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 450px) { .responsive.html_mobile_menu_tablet.html_logo_right #advanced_menu_toggle { left: 0; } }
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.