Skip Navigation

[Resolved] Alternating feed/view layout

This support ticket is created 4 years, 4 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 2 replies, has 2 voices.

Last updated by alexD-18 4 years, 4 months ago.

Assisted by: Waqar.

Author
Posts
#1901403
Trying to create.png

Tell us what you are trying to do?
I am trying to create a view that looks like the attached image,

Is there any documentation that you are following?
No

Is there a similar example that we can see?
Not sure just going by the design,

What is the link to your site?
the link to the page I am trying to achieve this on is : hidden link

Basically, the layout of the view needs to alternate, any ideas on how this can be achieved

#1901895

Hi,

Thank you for contacting us and I'd be happy to assist.

There is no built-in option available to add alternating columns layout, but in your view "Custom CSS", you can include this custom CSS code to achieve the same:
( example screenshot: hidden link )


.js-wpv-loop-wrapper .wpv-block-loop-item:nth-child(even) {
	direction: rtl;
	text-align: right;
}

regards,
Waqar

#1902027

My issue is resolved now. Thank you!