-
AuthorPosts
-
January 3, 2022 at 8:44 pm #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?
January 3, 2022 at 8:46 pm #1334089This reply has been marked as private.January 4, 2022 at 4:32 am #1334126Hi,
Please try the following in Quick CSS under Enfold->General Styling:
#custom_html-3 a span.image-overlay { display: none; }Best regards,
RikardJanuary 4, 2022 at 2:18 pm #1334205Hey Rikard,
I added this to the CSS and it doesn’t appear to have resolved this one.
January 4, 2022 at 4:58 pm #1334234Hi,
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,
YigitJanuary 4, 2022 at 5:08 pm #1334239This reply has been marked as private.January 4, 2022 at 5:16 pm #1334242Hi,
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,
YigitJanuary 4, 2022 at 5:20 pm #1334244This 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?
January 4, 2022 at 5:26 pm #1334245Hi,
Could you please try following instead?
#custom_html-3 a { display: inline!important; }Best regards,
YigitJanuary 4, 2022 at 5:29 pm #1334248This fixed it! Thank you so much for all the help
January 4, 2022 at 5:42 pm #1334254Hi,
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 -
AuthorPosts
- The topic ‘Logos reposition on hover’ is closed to new replies.
