Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • ccmsab Friend
    #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.


    1. pyrite_q1
    fanho Friend
    #275237

    Actually 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

    ccmsab Friend
    #275246

    Thanks, 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 Friend
    #345863

    Hi,
    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

Viewing 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