Phoca_t Breadcrumbs

Phoca Templates - templates for Joomla! CMS
rpederso
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 13 Jun 2016, 20:17

Phoca_t Breadcrumbs

Post by rpederso »

I'm updating a website and using the Phoca_t template for both. In the one, the breadcrumbs listed in Position_2 were horizontal:

You are here: Home Flying Activities 2010 Electric Fly In Pictures 2010 Electric Fly In - Flier


and in the new version the breadcrumbs are in a vertical list;

You are here:
Home
Flying Activities
2010 Electric Fly In Pictures
2010 Electric Fly In - Flier


I can't remember how this is determined. Is there a template parameter or a css-style that controls this? I much prefer the horizontal layout, but I can't figure out how to get it back. Thanks in advance.

Tags:
christine
Phoca Hero
Phoca Hero
Posts: 2723
Joined: 28 Nov 2010, 17:20

Re: Phoca_t Breadcrumbs

Post by christine »

Hi,

Phoca T is a Joomla 2 template.

Try following:
.breadcrumbs {
display:inline;
}
For more information, only possible with given URL.

Kind regards, Christine
rpederso
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 13 Jun 2016, 20:17

Re: Phoca_t Breadcrumbs

Post by rpederso »

At the end of template.css, I added

ul.breadcrumb li {
display:inline;
}

It works like a champ!
Thanks, Christine
christine
Phoca Hero
Phoca Hero
Posts: 2723
Joined: 28 Nov 2010, 17:20

Re: Phoca_t Breadcrumbs

Post by christine »

Hi,

thank you for your information.
Kind regards, Christine
Post Reply