Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1214692

    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:)

    #1215290

    following up, thanks :)

    #1215300

    and why not make the z-index of footer bigger?

    #footer, #socket {
        z-index: 502;
    }
    #1215304

    yes I have tried that.

    #1215339

    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

    #1215416

    sorry – wrong posting

    #1215902

    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

    #1216015

    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.

    #1216088

    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

    #1216525

    THANK YOU! ALL GOOD

    #1216634

    Hi bobfurgo,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.