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

    Hi,
    I have read a lot of your threads about the full width Easy slider on mobile but nothing works for me so can you please help me to get the height bigger on mobile device.
    I have also a problem with the text on the slider on the greek pages which are not mobile friendly

    Thank you,
    Annika

    • This topic was modified 5 years, 8 months ago by anweb.
    #1076566

    Hey anweb,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .home .caption_container {
      padding-top:20px;
    }
    }

    Best regards,
    Rikard

    #1076657

    Hi,
    Nothing happens and the first page is not the biggest problem it’s worst on http://www.marilia-studios.gr/accommodation-marilia-rooms-studios-amorgos/ for instance?

    And what about the greek language, the text is not responsive while it works for English?

    Thanks,
    Annika

    #1076911

    Hi,

    Please try this instead:

    @media only screen and (max-width: 767px) {
    .caption_container {
      padding-top:20px !important;
    }
    }

    Best regards,
    Rikard

    #1076918

    Didn’t work either but just saw that you know have put choose screen options so I will do different for mobile thank you

    #1077017

    Hi,

    Thanks for the update, please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.