Tagged: scroll down arrow
Hi there!
I’ve noticed that the scroll down arrow in my 100% Browser Window Height color section is not showing on an iPhone/iPad. Actually it’s not that it’s “not showing” but it’s off screen. Just a bit under the browser window bottom. It’s working fine on a desktop though.
I can imagine it’s not a big thing to correct but I’m hopeless regarding playing with the code.
Merci :)
Hey iclo!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
#top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle {
background-color: transparent!important; position: absolute; }}
Best regards,
Yigit
Thanks Yigit but it didn’t change anything… :s
Hi!
Try with this instead:
@media only screen and (max-width: 767px) {
#top #wrap_all .av_header_transparency{
position: absolute !important;
}
#top .av_header_transparency .header_bg{
background-color: black !important;
}
}
Best regards,
Josue
Thanks Josue. Now it’s showing on an iPhone (not on an iPad though). But once one clicks on the arrow, the top of the next section doesn’t reach the top of the screen. Also the image resizes a couple of times. All this is not really fluid.
FYI I followed the instructions given in this topic to add the scroll down arrow:
https://kriesi.at/support/topic/add-scroll-down-arrow-button-on-advance-layerslider/