-
AuthorPosts
-
October 14, 2008 at 8:33 am #134381
I would like to be able to move the “pdf-mail-print” buttons vertically (upwards). I guess it is somewhere in the CSS file.
I haven’t yet launched the site so please also have a look at the image attached for better understanding.
fanho Friendfanho
- Join date:
- September 2008
- Posts:
- 42
- Downloads:
- 6
- Uploads:
- 1
- Thanks:
- 13
- Thanked:
- 4 times in 1 posts
October 14, 2008 at 1:32 pm #275237Actually in Joomla the title element comes before the element that include the pdf, print and e-mail button.
So it’s normal that it appears under it.In the Css the element is refered as:
.article-tools {
}Away to display it on top would be to use
.article-tools {
position: absolute;
}
This way it won’t take in consideration the other elements inside .article-content to align itself under it.
But this could be doddgy when it come to cross browser compatibility.Hope it helps.
Stef
October 14, 2008 at 3:12 pm #275246Thanks, it is maybe not the optimal solution but I can at least push the images a couple of pixels upwards, so that they will not collide with text or image.
If you happend to come up with an other idea … please post it 😉
bohemiadesign Friendbohemiadesign
- Join date:
- March 2010
- Posts:
- 194
- Downloads:
- 26
- Uploads:
- 19
- Thanks:
- 16
- Thanked:
- 1 times in 1 posts
June 3, 2010 at 10:20 am #345863Hi,
Did you comeup with another solution to move the print,email buttons? i would like to the same ie move them up to line up with the heading.cheers (tack sa mycket)
Jonas
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 3 voices, and was last updated by bohemiadesign 14 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How do I move the "pdf-mail-print-button"?
Viewing 4 posts - 1 through 4 (of 4 total)