Hi,
short question:
On the iPad vertically the text of the Header and the icons in the lower part of the website will cut off?
Is there a way to modify it via custom css in the object themself?
http://www.kostenex.de
For such reasons, is there an overview for custom css codes?
Thanks in advance.
Regards
Andreas
Hi Andreas!
Can you please post a screenshot and show the issue you are getting? I tried resizing browser window but could not reproduce the issue.
Regards,
Yigit
Hello Yigit,
thanks for the feedback.
Of course, here are the two images
http://www.a2-marketing.de/wp-content/uploads/2015/06/IMG_03981.png
Here you can see the title in the 3rd line will be cut off.
http://www.a2-marketing.de/wp-content/uploads/2015/06/IMG_03991.png
Here the first icon on the right site, the titel will be also cut off.
The Problem ist, with browser resizing everything is ok, only at iPad vertically i see the problems.
Do you have an idea?
Thanks in advance.
Regards
Andreas
Hi
I couldn’t reproduce the first error in your slider but you can try the following in Quick CSS for the green section:
@media only screen and (max-width: 1100px) {
.page-id-8 .avia-builder-el-71 {
font-size: 22px !important;
}
.page-id-8 h5.av-special-heading-tag {
font-size: 10px !important;
}
}
Regards,
Rikard