Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #945313

    I have a css logo that sits bottom right.

    the footer and socket line and all other enfold items appear on top of the logo?

    I have set the zindex of the logo to 9999 but it still flows underneath????

    #945744

    Hey washem,

    Thank you for using Enfold.

    You need to adjust the z-index of the container as well.

    .home #after_full_slider_1 {
        z-index: 1000;
    }

    Best regards,
    Ismael

    #946969

    thanks all good

    • This reply was modified 6 years, 7 months ago by washem.
    #946991

    works a treat on the homepage but not on subsequent pages?

    rn-s.mds-test.bitnamiapp.com/elwood-house/

    #947737

    Hi washem,

    Try like this:

    
    #after_full_slider_1 {
        z-index: 1000;
    }
    

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

    #948496

    have placed this code but logo is still behind the socket and images in masonry gallery images on all but the home page?

    #949369

    Hi,

    Apply a unique Section ID to the section that contains the “logo”. Use that id instead of the generic selector (#after_full_slider_1) above.

    Best regards,
    Ismael

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