How to fix a hover image to a position when rescaling browser
-
Hi,
I have some hover images that i moved to the left of my site but when i rescale the browser the images are not fixed to it's "natural" position. I will attach a video link to show it.
The CSS looks like this:
.lay-imagehover-region img{
margin-left:-24.5vw;
margin-top:4vh;
width: 48% !important;
height: auto !important;
position: absolute;
}
The link of the site is: www.juliaesque.comI will really appreciate a response, thanks.
-
Hi,
I found a solution, that was working for me.
Maybe it helps someone … (and maybe the code has to be improved … sorry I am not a professional …).lay-imagehover-region img {
position: absolute;
width: 35% !important;
height: auto !important;
top:0 !important;
padding-top: 1.5%;
margin-left: 27.5vw;
vertical-align: top !important;
transform: translateY(-50%) !important;
transform: translateX(-50%) !important;
}
For paid 1-on-1 Lay Theme Coaching, contact Audrey (audrey@cyberslayers.work) or me (info@laytheme.com).
We also code custom websites or bespoke Lay features. Drop me a line at info@laytheme.com or check out my work at arminunruh.com.
Want to support my work? paypal.me/arminunruh
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it