Butters82 Posted December 28, 2023 Share Posted December 28, 2023 (edited) Hello. Looking to adjust the position of the image that appears when I hover over the text on the right. You can see what is happening in the image at the bottom. I would like the image to appear to the right in a browser and don't want an image to appear for mobile. I can't seem to find the "section" or ID of the image to target it! PW: MarkKlett!! Thanks! Edited December 28, 2023 by Butters82 Link to comment
square_case Posted December 28, 2023 Share Posted December 28, 2023 Hello, can you share the website link and code? Butters82 1 Link to comment
Butters82 Posted December 28, 2023 Author Share Posted December 28, 2023 See above. Thanks. Link to comment
tuanphan Posted January 1 Share Posted January 1 Use CSS code @media screen and (min-width: 768px) { [data-section-id="64a88148a6c2325131283a0a"] .portfolio-hover-backgrounds { top: 0 !important; left: unset !important; right: 20% !important; }} [data-section-id="64a88148a6c2325131283a0a"] .portfolio-hover-backgrounds-wrapper, [data-section-id="64a88148a6c2325131283a0a"] .portfolio-hover-bg { width: 100% !important; height: 100% !important; } [data-section-id="64a88148a6c2325131283a0a"] .portfolio-hover-backgrounds { left: 60vw !important; width: 25vw !important; height: 25vw !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!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment