PDA

View Full Version : j16-30 missing grey border around main contents



sylwekw
04-10-2012, 02:33 AM
Hello.

First of all I apologise but I think intialy I put my question in wrong part of the forum.

Now the issue:
I did not change anything in the template j16-30 (Paperclip) but in the main content layout there is no grey background and there is no dark grey border around the articles.

Could I please ask for any suggestion?

Mentioned website: http://mandragora.org.pl

Niko
04-30-2012, 08:04 AM
Hello sylwekw,

I compared the CSS code of the demo page with the one of a fresh Joomla installation with the j16-30 template and managed to reproduce the problem on my end. In order to resolve it you can edit the file templates/siteground-j16-30/css/template.css and add the following code on line 277:

background: #637279;
border: 10px solid #504c4c;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
float:left;
width:538px;