Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #594976

    Hi Kriesi-Team,

    at our homepage we have the problem, that the text in the textboxes is not responsive at tablets. It is just responsive at mobile phones. Please see the enclosed screenshot. Can you help in this case?

    Regards
    Sandra

    #595377

    Hey tredition,

    The words are too long to fit, please try the following in Quick CSS to break words if they don’t fit:

    .home .avia-promocontent ul li {
        word-break: break-all !important;
    }
    

    Regards,
    Rikard

    #595567

    Hi Rikard,

    that does not work. The text is still cut. But I think, what we need is that all sides change earlier to a mobile view. What do I have to paste in the quick CSS to change at higher resolutions to mobile view so that the textboxes are on top of each other?

    Thanks an regards
    Sandra

    #595663

    Hey!

    Please add following code to Quick CSS

    @media only screen and (max-width: 1024px) {
    .av_one_third { width: 100% !important; margin-left: 0 !important; }}

    Regards,
    Yigit

    #595718

    Hi Yigit,

    sorry but it does not work. The design switches too late. And also the word-break does not work. Please see the enclosed screenshot.

    Thank you for helping again.

    Regards
    Sandra

    #595720

    Hi!

    Do you mind creating a temporary admin login and posting it here privately so we can look into it?

    Cheers!
    Yigit

    #595759

    Okay! Please tell me your E-Mai-Address.

    #595763

    Hi!

    You can use (Email address hidden if logged out) but please post login credentials here privately so any available moderator can look into it.

    Cheers!
    Yigit

    #595788

    Here you are.

    #597658

    Hi Yigit,

    did you have a look in our account?

    Best regards
    Sandra

    #598345

    Hi Yigit,

    I am looking forward to receiving an answer…

    Regards,
    Sandra

    #598561

    Hi!

    Sorry for the delay.
    We are working on your ticket please wait while we update the results here soon.

    Please check the link in private we created two 3-columns for you and added the below css in quick CSS

    .bg-green{
    background:#b2c2ba;
    }
    .break-word{
    word-wrap:break-word;
    }
    

    Don’t worry about the header messed up in the screenshot it’s just the screen capture software doing that…

    Cheers!
    Vinay Kashyap

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