- Posts: 12
- Thank you received: 1
problem with the appearance of breadcrumbs
-
fanti
Inactive member - Topic Author
- New Member
Less
More
11 years 8 months ago #28744
by fanti
problem with the appearance of breadcrumbs was created by fanti
Hello
I updated a site www.alpespellets.ch to version joomla 3 and I don't know what to change in code to make the breadcrumbs ok
thanks for your help !
I updated a site www.alpespellets.ch to version joomla 3 and I don't know what to change in code to make the breadcrumbs ok
thanks for your help !
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 8 months ago #28747
by ivan.milic
Replied by ivan.milic on topic problem with the appearance of breadcrumbs
add this to template_css.css:
.breadcrumb{
list-style:none;
}
.breadcrumb li{
float:left;
}
.breadcrumb{
list-style:none;
}
.breadcrumb li{
float:left;
}
Please Log in to join the conversation.
-
fanti
Inactive member - Topic Author
- New Member
Less
More
- Posts: 12
- Thank you received: 1
11 years 8 months ago #28748
by fanti
Replied by fanti on topic problem with the appearance of breadcrumbs
Hello
I added this but there is another problem now :S
I added this but there is another problem now :S
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 8 months ago #28753
by ivan.milic
Replied by ivan.milic on topic problem with the appearance of breadcrumbs
add
.breadcrumb li span{
display: block;
padding-top: 7px;
}
.breadcrumb li span{
display: block;
padding-top: 7px;
}
Please Log in to join the conversation.
-
fanti
Inactive member - Topic Author
- New Member
Less
More
- Posts: 12
- Thank you received: 1
11 years 8 months ago #28756
by fanti
Replied by fanti on topic problem with the appearance of breadcrumbs
the file template_css.css was still from hot_leafs 2.5, with the file from hot_leafs 3.0 that's ok without adding anything
thanks !!...
thanks !!...
Please Log in to join the conversation.
Time to create page: 0.146 seconds