Hello,
I would like to represent the floating text typefaces generally smaller in the mobile display / smart phone. Where can i customize that?
many Greetings,
Martin
Hey m_reiprich,
Could you please give us a link to your website, we need more context to be able to help you.
Could you please attach a mockup of what you’re trying to achieve?
Best regards,
Victoria
Hello Victoria,
it is about the page https://prometheus-real-estate.de. There the text is set with 15 point. I would like to see the text of the entire website on the smartphone, e.g. 12 point has. How can I adjust this centrally?
Hi m_reiprich,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
.html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
padding-top: 60px;
}
#top #wrap_all .av-inherit-size .av-special-heading-tag {
font-size: 15px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Hello Victoria,
I tried it, there was no change. Then I removed this code and just tried to put the text at 11 point. It has not changed. Now I am completely confused.
Oh no, I had defined the start page text with 10 points. There I have now set to standard and the font with 15 point generally set. Your code is now in, but the text is not smaller on the smartphone.
Hi,
Please add the code she provided to the very top of quick css so it runs first and be sure to clear the cache a few times over.
Best regards,
Jordan Shannon