Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • eagle75au Friend
    #205864

    Hi,

    We have an image on our site (Service request button) which i currently have in a header position. As i would like the size of the image larger, when i try to do this it pushes the top of the site down.

    Is it possible to have this image overlay the background so that it doesnt affect the site layout? I would also like to have the image moved down a little so it doesnt sit right below contact us.

    I have been told you can do this with css in an absolute position but im not sure how.

    http://www.onlinesystemrepairs.com

    Please help!

    Thanks

    Adam M Moderator
    #568698

    Hi @eagle75au,

    Currently, I see the HTML code for that button is as below :

    <p style="text-align: center;">
    <a href="/component/aicontactsafe/?view=message&layout=message&pf=1">
    <img width="266" height="95" src="/images/stories/button2.png" style="float: right;">
    </a>
    </p>

    and you can change it as below :

    <p style="text-align: center; opacity: 0.7; position: relative; top: 10px;">
    <a href="/component/aicontactsafe/?view=message&layout=message&pf=1">
    <img width="266" height="95" src="/images/stories/button2.png" style="float: right;">
    </a>
    </p>

    Make sure to adjust the opacity and top attribute to suite your need.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Adam M 8 years, 12 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum