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

    https://i.gyazo.com/5e26444ddb205bcfedacf97d9436eac3.png

    When you first load our footer the logos under “Affiliates” are lined up horizontally which is how we want them to display. When you hover over them, they align vertically, is there a way to prevent this?

    #1334089
    This reply has been marked as private.
    #1334126

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    #custom_html-3 a span.image-overlay {
      display: none; 
    }

    Best regards,
    Rikard

    #1334205

    Hey Rikard,

    I added this to the CSS and it doesn’t appear to have resolved this one.

    #1334234

    Hi,

    Could you please try flushing browser cache and refreshing your page a few times? I checked it on Firefox and Chrome and it works fine on my end.

    Best regards,
    Yigit

    #1334239
    This reply has been marked as private.
    #1334242

    Hi,

    I still cannot reproduce the issue but looking at the screen recording you shared, I believe following code might help

    #custom_html-3 a {
        display: inline-block!important;
    }

    Could you please try it and let us know if that works?

    Best regards,
    Yigit

    #1334244

    This resolved the vertical realignment, but made the images very small and spaced apart. Is there a way to restore their size and have them all on a horizontal alignment like in the recording before I hovered over them?

    #1334245

    Hi,

    Could you please try following instead?

    #custom_html-3 a {
        display: inline!important;
    }

    Best regards,
    Yigit

    #1334248

    This fixed it! Thank you so much for all the help

    #1334254

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Logos reposition on hover’ is closed to new replies.