Article Icons (Email,PDF,Print) have huge spaces!

The Moment professional and unique design Joomla template support forum.
GK User
Sat Dec 12, 2009 5:36 pm
Hi there,
if I turn on the icons for email, pdf, and print in my articles, they show up, but they are spread from left to right with huge spaces in between them.

For example:
http://www.into-focus.de/index.php?opti ... 42&lang=de

I would like to have them like in the Demo. All 3 icons close together on the top right of my article. Or maybe even on buttom right. Don't know yet. Important is, that they stick together, and are not spread this far apart.

Some help would be great!

Thanx,
Martin
User avatar
Senior Boarder

GK User
Sun Dec 13, 2009 11:32 pm
Hi

Open joomla_classes.css file and find this code:

Code: Select all
.buttonheading {
   padding-left: 2px;
   width: 16px;
   height: 16px;
}



Try replacing with:

Code: Select all
.buttonheading {
padding-left: 2px;
width: 16px;
height: 16px;
float: right;
overflow: hidden
}


Cheers ;)
User avatar
Platinum Boarder

GK User
Thu Dec 02, 2010 6:25 pm
Thanx
User avatar
Senior Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.