[SOLVED] Article Separator - Simple CSS Error? - Joomla! Forum - community, help and support
hi,
i've searched forum past hour , can't find solution. seems between each article on site, there's article separator, presented this:
in original template, had code:
i want make separator visible, that, changed css to:
yet nothing appears. on site, it's if never touched code. doing wrong? how made kind of
visible on site?
ps. before tells me misspelled "separator", didn't, it's in original code.
i've searched forum past hour , can't find solution. seems between each article on site, there's article separator, presented this:
code: select all
<span class="article_seperator"> </span>
in original template, had code:
code: select all
span.article_seperator {
display: block;
height: 1.5em;
}
i want make separator visible, that, changed css to:
code: select all
span.article_seperator {
border-bottom: 1px solid black;
height: 10px;
}
yet nothing appears. on site, it's if never touched code. doing wrong? how made kind of
visible on site?
ps. before tells me misspelled "separator", didn't, it's in original code.
Comments
Post a Comment