Skip to main content
Main Content

Page Doll Help?

Page Doll Help?
Posted 2023-11-04 17:23:38 (edited)
So, I know the page doll code, its this:
(I spaced out the lil arrows so it doesnt get confused and add a page doll to this post.)
< div class="fixed-bottom pb-2" style="right:0;left:inherit;" > < a href="LINK" > < img src="LINK" alt="Page Doll" width="150" height="150" > < /a > < /div >
*You can see an example of it on my den page. I increased the size of the page doll so it's more visible.
But the thing I'm having an issue with is getting a second page doll on the opposite side of my den page.
I know it's possible to get a 2nd one, I just cannot for the life of me adjust it to be on the opposite side of my den page, I've only managed to get it a little bit to the right side but not a whole lot.
Any help would be appreciated!

kat | buterfloy 🦋
#123021

Posted 2023-11-05 12:33:29
Here is some things ive tested with this code:
flipping the right:0;left:inherit; to left:0;right:inherit; doesnt work in moving the code.

updates on move it on my own:
Ive managed to move it a little bit further. I did so by taking the code:
< div class="fixed-bottom pb-2" style="right:0;left:inherit;" > < a href="LINK" > < img src="LINK" alt="Page Doll" width="150" height="150" > < /a > < /div >
Swapping the left-right things:
< div class="fixed-bottom pb-2" style="left:0;right:inherit;" > < a href="LINK" > < img src="LINK" alt="Page Doll" width="150" height="150" > < /a > < /div >
and changing the pb-2 to px-5 OR pl-5.
The doll gets a lil crooked however, but it moves a little bit further.
5 seems to be the max, but i'll continue wih my experimenting

kat | buterfloy 🦋
#123021

Search Topic