andreallevin Posted January 31, 2022 Posted January 31, 2022 (edited) Site URL: https://raccoon-heron-nyzc.squarespace.com/ I'm trying to fix a photo credit for a banner image... I just want it to be visible at all times in the corner. The best I've come up with is the fixed position element but it only "fixes" it to the bottom or top of the entire page. Is there a way to just have it fix to the bottom or top of one page? (password roland) Here's my code which I am disappointed didn't work as I've been monkeying with this for a while. Any suggestions would be greatly appreciated. I put the text in a code block. I thought by targeting just the index page it might work! #main .photo { font-size: 12px; position: fixed; top: bottom; left: 0; width: 10em; padding: 10px } https://raccoon-heron-nyzc.squarespace.com/ Edited January 31, 2022 by andreallevin
tuanphan Posted February 4, 2022 Posted February 4, 2022 Try change to this code #main .photo { font-size: 12px; position: fixed; top: bottom; left: 0; width: 10em; padding: 10px } body:not(.homepage) .photo {display:none !important;} Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment