Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #616480

    Hi Enfold support team,

    I am not satisfied with our slider on mobile version. If we write something in slider the text in the mobile version is very small. Additionally the image is to small, too. I have seen that other websites has better solutions for that (please look in private content for the example website. How can we realize this?

    #616489

    Hi vnfan!

    Please edit your slider and go to Slider Settings > Layout and adjust settings under “Full-width slider settings”

    Best regards,
    Yigit

    #616826

    Hi Yigit,
    the image is now ok but the text disappears on mobile version.
    could you please help me with the setting?
    Full-With: yes
    Responsive under: 340
    Layers Container: 1600???

    #618939

    Hi!

    The Responsive under: value should be set to 989px or higher because it is the standard screen resolution of most tablets screens. We want to check the site but it is on maintenance mode. Note that you can hide the current slider on mobile view and then add another slider (ex: full screen slider) specifically created for smaller screens. Toggle the display of these sliders with css media queries: http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/

    Regards,
    Ismael

    #619122

    Hi Ismael,
    thank you for your message.
    I have decided to use color section instead of slider. How can I set the full-width für the image?
    Further I want to apply the mobile layout for the iPad portrait · width: 768px. Could you pleas help me with this too?

    #619304

    Hi Ismael, hi Yigit,
    I read the other user’s questions and have already found the solutions for my two last questions.
    Now I have another issue. My contact form 7 doesn’t look good on iPad portrait · width: 768px because the button doesn’t have enough space. I want that the contact form on the iPad (width:768px) is displayed like on the Android · width: 600px for example. The questions of the contact form should be shown under each other not next to each other.
    Do you have any ideas?

    #621185

    Hi!

    Glad that the original issue is fixed. Try this in the Quick CSS field:

    @media only screen and (max-width: 989px) {
    .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    }

    Please create new threads for new inquiries.Thank you.

    Best regards,
    Ismael

    #621461

    Wow. Thank you very much, Ismael. It looks great now.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Text on the slider’ is closed to new replies.