-
AuthorPosts
-
October 6, 2014 at 4:54 pm #330988
Seems a problem in the RTL version of the POSTS and PORTFOLIO grid layout.
I have prepared two illustration that demonstrate the layout problem in ENFOLD 3.0
Post items grid layout: https://www.dropbox.com/s/yt2d24alhev1vwg/Posts-ENFOLD-V3.png?dl=0
Portfolio items grid layout: https://www.dropbox.com/s/8cofn9as6ljwbv7/Portfolio-Enfold-V3.png?dl=0Here is the URL: http://goo.gl/BGOK6j
Is it possible to solve it with simple code editing?
Thanks!October 7, 2014 at 10:08 am #331446Hi InvivoGraphic!
Thank you for using Enfold.
Please refer to this link on how to add the order and orderby option on the post slider element:
Regards,
IsmaelOctober 7, 2014 at 11:15 am #331488Thank you Ismael for your fast reply!
I’ve added the order by feature following your instruction but I still have the same alignment problem.
Can you please check this link http://goo.gl/XHQgIL
The two portfolio items are aligned to the left –> I would like to align it to the right side of the page.
Will you be able to guide me how can I make it work?
Thanks a lot!
InvivoGraphicOctober 9, 2014 at 3:29 am #332852Hey!
We need a password to see that page.
Regards,
JosueOctober 12, 2014 at 7:31 am #334453Thanks!
The link is now public and you can see it without a code.
My best,
InvivoOctober 12, 2014 at 8:11 am #334454Hey Invivo!
Try adding this code to the Quick CSS:
div .slide-entry.flex_column { float: right; } .slide-entry.flex_column.slide-parity-odd.av_one_third { margin-left: 0%; } .slide-entry.flex_column.slide-parity-odd.av_one_third.first { margin-left: 6%; }
Cheers!
JosueOctober 12, 2014 at 8:22 am #334455Hi Josue,
It works for the ‘Posts’ like a magic! thanks a lot :)
See how it works nicely: http://goo.gl/XHQgILCan you help me to set it for ‘Portfolio’ as well?
Please check this link: http://goo.gl/eF9V3NThanks!
Invivo- This reply was modified 10 years, 1 month ago by InvivoGraphic.
October 12, 2014 at 10:04 pm #334553Hey Invivo!
You’d need to change the element in the portfolio page, use a Blog Posts element to show the portfolio items – http://screencast.com/t/KDujjR8EplV
Cheers!
JosueOctober 28, 2014 at 9:48 pm #342411It works! thanks a lot :)
October 28, 2014 at 10:57 pm #342439You are welcome, always glad to help :)
Regards,
JosueNovember 13, 2014 at 4:19 am #350563This reply has been marked as private.November 14, 2014 at 12:03 am #351008Hi!
Try dragging a codeblock to that page content and add this inside.
<style type = "text/css"> .grid-sort-container > .grid-entry:last-child { float: none !important; margin: 0 auto !important; position: relative !important; } </style>
Regards,
ElliottNovember 14, 2014 at 3:08 am #351081This reply has been marked as private.November 14, 2014 at 4:11 am #351097Hey!
Make sure you refresh your browser cache, here’s how i see it – http://screencast.com/t/afdSaTJxs
Cheers!
JosueNovember 14, 2014 at 5:09 am #351122This reply has been marked as private.November 14, 2014 at 6:11 am #351142Hey!
If you are referring to the first item just change the code to:
<style type = "text/css"> .grid-sort-container > .grid-entry:first-child { float: none !important; margin: 0 auto !important; position: relative !important; } </style>
Cheers!
JosueNovember 14, 2014 at 7:21 am #351150This reply has been marked as private.November 14, 2014 at 7:38 am #351151You are welcome, glad we could help :)
Regards,
Josue -
AuthorPosts
- The topic ‘Abnormal Portfolio & Post items grid layout in Enfold V3.0 for RTL users’ is closed to new replies.