Hi, I was told there is a code I can add somewhere so that the flowers always show up in a corner of a page. Can someone please tell me what that is, and where to put it? Thank you! :)
.floating_item {border:2px solid orangered; position:absolute !important; left:5px !important; top:5px
go to your options and put that code in the css section
where it says custom CSS? If so, any partcular place? Because I put it in there and the next flower had a red box around it, but it was at the bottom of the page. Thanks!
That code should work as it works for me,I just have it in the custom css box make sure it is the whole code you have in there
.floating_item {border:2px solid orangered; position:absolute !important; left:5px !important; top:5pxhere it is again make sure there is no spaces
what do you mean by no spaces? It still did the same thing- orange box around it, but on bottom of page, not the top. I copied the code and pasted it as it is in the custom css.
it should have the orange border round it cannot understand why it is going to bottom of the page when it says in the code left and top.
If you copy/pasted it,It should show up correctly cannot understand why it is not working for you
Hmm yeah I'm not sure why either. It keeps doing it too. The flowers are still showing up wherever and even at the bottom of the page after scrolling, so I don't get it.
I am asking a friend for some help with this be back
Try this one
.floating_item {border:2px solid blueviolet; position:absolute !important; left:5px !important; top:5px !important;}