Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #975527

    Hi look pls screenshot. In mobile version i can’t see image and all text and forms goes beyond the screen. How i can fix it?

    #975632

    Hey pddcoms,

    Thank you for using Enfold.

    The height of slider inner container is set to 0. I’m not sure why that happens but you can add the following css code to override it.

    @media only screen and (max-width: 767px) {
    .avia-slideshow-inner {
        height: auto !important;
    }
    
    .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
        padding: 0 !important;
    }
    }

    The second css declaration adjusts the inline padding value to 0.

    Best regards,
    Ismael

    #976253

    Great!

    #976258

    Hi pddcoms,

    Glad that Ismael helped you :)
    Let us know if you need further assistance or if we can close this thread.

    Best regards,
    Nikko

    #976265

    Close it

    #976269

    Hi pddcoms,

    Sure, feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great weekend!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Tab section Mobile’ is closed to new replies.