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
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
-
- Senior Boarder
- GK User
- Sun Dec 13, 2009 11:32 pm
Hi
Open joomla_classes.css file and find this code:
Try replacing with:
Cheers
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
-
- Platinum Boarder
- GK User
- Thu Dec 02, 2010 6:25 pm
Thanx
-
- Senior Boarder
3 posts
• Page 1 of 1