Annoying Gap


Author Message
daggerdanny

Posted: 10/21/2013
Quote message 

I have a really annoying gap on the front page of a site I am designing, please see image.

This only shows itself when I have content that has a shape with a border.



URL is http://dagenhamsports.co.uk/joomla30/

thanks!!




 
cello

Posted: 10/21/2013
Quote message 

In template.css around line 1808 remove
border-radius: 6px
border: 1px solid
padding: 3px
 
daggerdanny

Posted: 10/22/2013
Quote message 

Thanks cello, that does work as suggested but I want to have that border around text, I just dont understand why I am getting the empty section as mentioned above.
 
Trevor

Posted: 10/22/2013
Quote message 

Haven't used Joomla in awhile, but try adding this

if ($this->getBuffer('message'))


before this

echo artxPost(array('content' => '<jdoc:include type="message" />', 'classes' => ' art-messages'));


in your index.php - I got this from http://forum.joomla.org/viewtopic.php?p=2566504#p2566504

Basically your getting an empty message div up there, from what I've read it's there for AJAX support, but you don't want it so...

-- Trevor Anderson
http://wpthemecity.net