I’m using a neat joomla 1.5 design for a new community website. I’m pretty familiar with joomla but I can’t find a way to put a little space underneath the Read On button.
This is the CSS for the button -
.button, div a.readon {font-size:10px;
line-height:28px; color:#fff;
height:28px;
padding:0px 16px; font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
background:#74aa07;
display:inline-block;
text-transform:uppercase;
border-radius:5px;
text-decoration:none;
-moz-border-radius:5px;
-webkit-border-radius:5px;
position:relative;}
The designer didn’t do it exactly elegantly, but the overall look is good.
Although I have tried all sorts of variations, I can’t find the correct CSS code to stop the button seeming to lay on top of the following item. You can see it here - http://www.schoollaners.org/
Be very pleased to learn the correct way to achieve it.