Blog with Articles with alternately changing styles (joomla)

kverweij
34 Posts
kverweij posted this 24 November 2015

Hi,

How can i create a blog lay-out with alternately styles.

Example
http://www.joostluiten.com/nl-nl/team/

first article
image left text right

second article
image right and text left

third article
image left text right

fourth article
image right and text left

etc.

Hi, How can i create a blog lay-out with alternately styles. Example http://www.joostluiten.com/nl-nl/team/ **first article** image left text right **second article** image right and text left **third article** image left text right fourth article image right and text left etc.
Vote to pay developers attention to this features or issue.
2 Comments
Order By: Standard | Newest
kverweij
34 Posts
kverweij posted this 26 November 2015

I wil give it a try. Thank you!

I wil give it a try. Thank you!
Support Team
Support Team posted this 26 November 2015

Hello,
The settings from the Article Options >> Images from the Joomla admin back end are not used by Themler. It's behavior by design.
Please try using the :nth-child() selector to detect the odd and even row and specify different float and thus locate image on the left or on the right:
http://www.w3schools.com/cssref/sel_nth-child.asp

regards,
Aileen

Hello, The settings from the Article Options >> Images from the Joomla admin back end are not used by Themler. It's behavior by design. Please try using the :nth-child() selector to detect the odd and even row and specify different float and thus locate image on the left or on the right: http://www.w3schools.com/cssref/sel_nth-child.asp regards, Aileen
You must log in or register to leave comments