-
AuthorPosts
-
March 8, 2016 at 12:59 pm #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
SandraMarch 9, 2016 at 8:54 am #595377Hey 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,
RikardMarch 9, 2016 at 2:28 pm #595567Hi 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
SandraMarch 9, 2016 at 4:37 pm #595663Hey!
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,
YigitMarch 9, 2016 at 6:04 pm #595718Hi 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
SandraMarch 9, 2016 at 6:23 pm #595720Hi!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Cheers!
YigitMarch 9, 2016 at 7:09 pm #595759Okay! Please tell me your E-Mai-Address.
March 9, 2016 at 7:10 pm #595763Hi!
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!
YigitMarch 9, 2016 at 7:44 pm #595788Here you are.
March 14, 2016 at 11:48 am #597658Hi Yigit,
did you have a look in our account?
Best regards
SandraMarch 15, 2016 at 1:00 pm #598345Hi Yigit,
I am looking forward to receiving an answer…
Regards,
SandraMarch 15, 2016 at 7:40 pm #598561Hi!
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 -
AuthorPosts
- You must be logged in to reply to this topic.