AyeAaron
Member
Posted 2 years ago #
Hi, here's my blog: http://aarondavis.net/knifelike/
I'd like to make this image 'wp-content/themes/mini/img/cabwin.png' appear below my Log in on my sidebar.
Could you help me out with the coding, please?
[Code moderated as per the Forum Rules. Please use the pastebin]
you could use it as a background image in style.css:
.side-line .fl {padding-bottom:80px; background: url(http://aarondavis.net/knifelike/wp-content/themes/mini/img/cabwin.png) 10px bottom no-repeat; }
try and add these lines to style.css of your theme.
(only tried in firefox with developer add-on)
AyeAaron
Member
Posted 2 years ago #
That worked awesome. Thank you.
Aa