Hey everyone
Happy new year :)
I am trying to insert an image into the header of my website, so far I have been successful, however the only issue is the I don't know how to change the position of the image!
I am using the following code:
header {
background-image: url(http://folder.example.com/static/54709596e4b08efc8c7642a8/t/54a58eaae4b0ab38feda62dd/1420136106808/Call+Now.png);
background-repeat: no-repeat;
background-position: right;
}
I have tried inserting the padding line but that did not work as I was probably doing it wrong, as it's my first attempt at CSS.
Any ideas on how to fix this?
Many thanks in advance
[edited by: not2easy at 9:12 pm (utc) on Jan 1, 2015]
[edit reason] exemplified domain per TOS [/edit]