Hello,
This problem with your site template, it contains incorrect styles. Open <joomla_dir>/templates/ja_purity_ii/css/template.css file, find line #1293 and replace the following CSS rule:
Code: |
#ja-topsl ul, #ja-topsl p, #ja-topsl ol, #ja-botsl ul, #ja-botsl p, #ja-botsl ol {
margin:0 !important;
padding:0;
}
|
with
Code: |
#ja-topsl ul, #ja-topsl p, #ja-topsl ol, #ja-botsl ul, #ja-botsl p, #ja-botsl ol {
margin:0;
padding:0;
}
|
and add the next CSS rule to template CSS file:
Code: |
#ja-topsl li.es-news-item,
#ja-botsl li.es-news-item {
background-image: none;
padding-left: 0;
}
|
PS: If you have any difficulties with it, you can provide temporary access to your Joomla! backend by
email and we'll help you.
Regards,
ARI Soft