[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:

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.

hi ankabout,

try inserting this:

code: select all

.article_seperator{
border-bottom: 1px solid black;
}





Comments

Popular posts from this blog

Connecting Raspberry Pi 2 to P10(1R)-V706 LED Dot Matrix - Raspberry Pi Forums

TypeError: <unknown> is not a numpy array - Raspberry Pi Forums

datso and removing imagetitle - Joomla! Forum - community, help and support