Hello
Is it not possible to get a transparent menu on mobil?
Thanks for your help.
Hey tcoach84,
Here are the docs for you:
But you don’t use header transparency on the desktop screens, do you?
Best regards,
Victoria
Hello Victoria
Yes i’m, but i couldn’t get it to work on mobil.
Hi,
The css in the doc Victoria linked to did not work for you?
Best regards,
Jordan Shannon
Hey
I worked perfect, thank you.
But i struggling to get my Fullwidth Easy Slider to show all of the caption text in responsive mode.
Hi,
Add this to quick css:
@media only screen and (max-width: 767px){
.avia-slideshow,
#full_slider_1{
height:500px!important;
}}
Best regards,
Jordan Shannon
I just tried, and i didn’t work. Of some reason with that code, it copy the picture to under the slider with the caption on the computer? On the mobil it only show the top of the caption.
Hi,
Thank you for the inquiry.
We might be able to adjust the height of the slider on mobile view, but it will distort the image a bit. Please replace the css code with this one.
@media only screen and (max-width: 767px){
.avia-slideshow-inner, .avia-slideshow-inner li img {
height: 300px !important;
}
}
Best regards,
Ismael
Works perfect, thank you :)
Hi tcoach84,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko