Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1238062

    Hello
    Is it not possible to get a transparent menu on mobil?
    Thanks for your help.

    • This topic was modified 4 years, 2 months ago by tcoach84.
    #1238219

    Hey tcoach84,

    Here are the docs for you:

    But you don’t use header transparency on the desktop screens, do you?

    Best regards,
    Victoria

    #1239221

    Hello Victoria

    Yes i’m, but i couldn’t get it to work on mobil.

    #1239414

    Hi,

    The css in the doc Victoria linked to did not work for you?

    Best regards,
    Jordan Shannon

    #1239484

    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.

    #1239665

    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

    #1239762

    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.

    #1241136

    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

    #1241158

    Works perfect, thank you :)

    #1241353

    Hi tcoach84,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Transparency on mobil’ is closed to new replies.