Static Image On Screen

Hi,

I would like to anchor a Google reviews logo to the bottom-left corner of the screen, similar to the screenshot below. I have the PNG image and would like it to remain on screen at all times in the same position, around 20px from the left and bottom.

Is there a simple way of achieving this?

Grateful for any help!

Thanks,
Christopher

Hello Christopher,

Thanks for writing in!

To accomplish what you have in mind, you need the following.
1.) In one of your sections, insert a DIV element.
2.) You will have to position your Div element as “Absolute”.

3.) Set the “Left” and “Bottom” to 20px so that your Div element will be in the desired position.

4.) Lastly, inside your Div element, you can add the Raw Content element. This is where you insert the Google Rating code.

Hope this makes sense.

Thanks Ruenel, works perfectly!

Hi Christopher,

Glad that we are able to help you.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.