Tagged: enfold, scroll down link
Hello,
the .scroll-down-link is not 100% centered. Please find the URL to a development environment in the private section and check the arrow after the first color section.
We tested with Enfold 4.8.9.1 and Enfold 4.9.
Hey Jochen,
Can you try adding this CSS code in Enfold > General Styling > Quick CSS:
#top .scroll-down-link {
left: 50% !important;
}
Best regards,
Nikko
Hello Nikko,
thanks for your super fast response ;)
I’ve seen, that – per default – the Enfold default value was set to: left: 49.85%;
We added your code snippet, now it’s a bit too far to the right. See more details in the private content section.
Any idea?
Thanks a lot,
Jochen
Hi,
Please adjust the value as needed. It looks like 49.8% centers it on my end
#top .scroll-down-link {
left: 49.8% !important;
}
Best regards,
Yigit
Hello Yigit,
thanks for your reply, now it’s a bit too far left.
I wonder a bit, why this is not straight in the middle, and why we need to play around with the percentages (?).
Kind regards, Jochen
Hey Jochen,
I checked once again but it is straight in the middle on my end by default on all browsers except for Chrome. Here is a zoomed in screenshot – https://imgur.com/a/B8niVGK. Which browser are you using?
Could you please use following code for Chrome
.avia-chrome #top .scroll-down-link {
left: 49.95%;
}
Best regards,
Yigit
Hello Yigit,
thanks a lot for the fast and helpful response, you may close this ticket.
Kind regards,
Jochen
Hi,
Thanks for the update, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard