hi, the text here get lost in mobile phone view –> http://i.imgur.com/BCEZqMa.png
Can you please help me to fix this. ;) Greetings, Alexander
Hey!
Try adding this code to the Quick CSS:
body .av-special-heading.blockquote > * {
width: 100%;
}
Cheers!
Josue
Thank you Josue, it is better but there is still a problem with the cut off http://i.imgur.com/1ONAsLk.jpg
Hey!
Please change Josue’s code to following one
@media only screen and (max-width: 768px) {
body .av-special-heading.blockquote > * {
width: 100% !important;
}}
Cheers!
Yigit
;) CLOSED!
Sorry, i was to fast. Don`t work ;(