How do i get the sale splatter up on the image instead of down at the text. Its not very smart its down there, because there is not enough space for it?
Hi Jane!
You can adjust its position as needed by adding this to your Quick CSS in the styling tab of the theme options:
#top .onsale {
top: -11em;
}
Change the value to change its position. I’ve used em so that the position will scale with the screen size. It will shift a bit in the image area because of this.
Cheers!
Devin
I tried.. but its not working…
I also did it directly with copying the top. on sale into my child style and it moved.. BUT then it moves behind the picture so its not visible, if i move it UP?
So i don’t know how it can appear ON the picture, and not behind the picture?
Know its working when i work directly with the style.css in my child.. :)