I would like to put some image to the top and right of the text… I made an example in Photoshop so you may see what I had in mind….
I am using a WordPress theme, and I cannot figure out how to place this image to the top right corner… yes, I did search the google but I didnt find any suitable solution.
I tried as a background image of a div, but the image cannot go beyond the confines of a div…
I tried putting img tag, but it pushes the text to the left … but I need the text to go over the image to create the desired effect
Thank you in advance.
4
Answers
add in css
Fiddle
Add class to the image i.e
.toprightcorner{ position:absolute; top:0; right:0; }
after applying the css . Hope it works out. If n’t let me know.
This is what I did:
Here is the JSFiddle demo