Premium Blog- On Side skin
-
Hi again,
I have another question regarding the Premium Blog widget (a prominent tool in my site…).
When using the On Side skin, I want the image to be displayed once to the right of the content box and once to the left, intermittently.
I tried this css:
.premium-blog-skin-side:nth-child(even) {
display:flex;
flex-direction:row;
}.premium-blog-skin-side:nth-child(odd) {
display:flex;
flex-direction:row-reverse;
}but I discovered that the nth-child selector does not work well with classes. If I make the selector:
.premium-blog-skin-side div:nth-child(even)
it does not work as well, because it influences all the grandchild divs (the divs inside the content area- title, metadata, excerpt- are also displayed in a row).
I hope I made myself clear.
Do you have any solution for that?
Many thanks ahead,
Michal
- The topic ‘Premium Blog- On Side skin’ is closed to new replies.