Skip Navigation

[Resolved] Line up taxonomy links

This thread is resolved. Here is a description of the problem and solution.

Problem: My taxonomy term links are displayed one per line. I would like to show the terms inline.

Solution: Use CSS display:inline-block; to force your terms to appear inline.

This support ticket is created 7 years 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
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 2 replies, has 2 voices.

Last updated by Daniella 7 years ago.

Assisted by: Christian Cox.

Author
Posts
#512304

I am trying to line up the taxonomy links on this page, hidden link, side by side (where it says Hiking & Trekking and South America).
The View is: <span class="tax-link">[wpv-view name="archives-related-taxonomies"]</span><span class="tax-link">[wpv-view name="related-tax-destination"]</span>
Thanks!

#512341

Hi, you can do this with a bit of CSS added to your View or Content Template's CSS editor panel:

.tax-link {
  display: inline-block;
  margin-right: 10px;
}
#512367

Thanks!

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.