Page 1 of 1

Phoca_t Breadcrumbs

Posted: 21 Aug 2016, 00:47
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.

Re: Phoca_t Breadcrumbs

Posted: 21 Aug 2016, 12:20
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

Re: Phoca_t Breadcrumbs

Posted: 25 Aug 2016, 00:34
by rpederso
At the end of template.css, I added

ul.breadcrumb li {
display:inline;
}

It works like a champ!
Thanks, Christine

Re: Phoca_t Breadcrumbs

Posted: 25 Aug 2016, 16:29
by christine
Hi,

thank you for your information.
Kind regards, Christine