hi guys,
the previous next arrows on portfolio and posts on the left and right show even when you scroll down to the footer. I tried to change the z index so that it doesn’t show on the footer but it didn’t work, i think because it’s in a fixed position. is there any way to do this? Thanks:)
following up, thanks :)
and why not make the z-index of footer bigger?
#footer, #socket {
z-index: 502;
}
yes I have tried that.
hm on my page this works even without setting the rule to !important:
look f.e.: https://webers-testseite.de/portfolio/wordpress-webdesign/
is there a page i can see- because my installations have only footer postion relative
sorry – wrong posting
Hi,
Sorry for the late reply, it looks like you forgot to make your footer position: relative
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#custom-footer {
position: relative !important;
}
After applying the css, Please clear your browser cache and check.
Best regards,
Mike
Well Mike – i guess he likes to have it fixed.
But this would only be usefull if the footer itself does not take away a big part of the screen height.
On some installations i have my #socket set to fixed – but this is only approx 100px.
Hi,
In this case the “#custom-footer” is 826px high, so it does look better with the next & previous pagination behind the footer.
Best regards,
Mike
THANK YOU! ALL GOOD
Hi bobfurgo,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria