Hi,
i use in Engineer theme and i use for show breadcrumb html stack wth text %breadcrumb%
How can i remove UL formatting from this code.
web: ReMag® Magnesium - Pikoiontický tekutý hořčík - Picomineral.cz
img:
Thanks.
Mike
Hi,
i use in Engineer theme and i use for show breadcrumb html stack wth text %breadcrumb%
How can i remove UL formatting from this code.
web: ReMag® Magnesium - Pikoiontický tekutý hořčík - Picomineral.cz
img:
Thanks.
Mike
Change your HTML, with the addition of a more identifiable ID enclosing the contents of the breadcrumb:
<div id="breadcrumb">
%breadcrumb%
</div>
And then style it with CSS:
#breadcrumb ul {
list-style: none;
}
#breadcrumb li {
display: inline-block;
}
End result:
Further adjustments can be made to the padding and spacing if required.
perfect!! on all pages ist fine.
only on homepage it is not working
www.picomineral.cz
Because you have set everything to center align on the whole page?
I don’t think so.
its same like on other subpage.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.