Skip Navigation

[Resolved] Views on the same line

This support ticket is created 7 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.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 12:00 – 17:00 12:00 – 17:00 12:00 – 17:00 12:00 – 17:00 12:00 – 17:00 -
- 18:00 – 21:00 18:00 – 21:00 18:00 – 21:00 18:00 – 21:00 18:00 – 21:00 -

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

This topic contains 1 reply, has 2 voices.

Last updated by Noman 7 years, 4 months ago.

Assisted by: Noman.

Author
Posts
#551911
Schermata 2017-07-24 alle 08.24.54.png

Hi, I would like to insert 2 views output on the same line. Default class applied to views' div force me to use 2 lines

In this example i have 2 views about restaurants. The first shows the Zone the second shows the type of food. It is also separated by a " | " char. As you can see it breaks the lines.

How can i revolve this issue to have on the same line something like this:

"First View | Second View"

#551944

Noman
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Hi,

Thank you for contacting Toolset support.

If this is your site link (hidden link), then please add the following code to your Theme Options Custom CSS section OR at the bottom of your theme’s style.css file:

.blocco-bianco .row .body-contenuto > strong {
    display: block;
}

.blocco-bianco .js-wpv-view-layout {
    display: inline-block;
}

Thank you