-
AuthorPosts
-
December 14, 2022 at 10:09 pm #1376226
Hi,
leider sehen dei farbig hinterlegten Headlines in der mobilen Ansicht nicht gut aus,
weil bei dem Umbruch nicht mitberücksichtigt wird, dass genauso ein Abstand vor dem zweiten Wort sein muss, der auch farbig hinterlegt ist – wie auch zu Beginn und am Ende der Wörter.Weiterhin wird die Headline nicht komplet angezeigt, ein Teil davon ist leider abgeschnitten.
Wie lässt sich das beheben? Es fällt leider sehr stark auf in der mobilen Ansicht.
Danke vorab.
December 16, 2022 at 3:44 am #1376329Hi Nic_007,
Can you try adding this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) { #av_section_1 .av-special-heading-tag { font-size: 32px !important; padding-left: 0; padding-right: 0; margin-left: 0; margin-right: 0; background-color: transparent; } }
Best regards,
NikkoDecember 16, 2022 at 12:26 pm #1376390Hi Nikko,
thanks, but that doesn’t work because the code doesn’t even show the background color anymore!
Do you have another solution?Best regards,
NicThis is the previous code in the Quick CSS:
.av-special-heading.turquoise-background h1.av-special-heading-tag {
background-color: #24727c;
display: inline;
padding: 0 20px;
margin-left: -20px;
}December 18, 2022 at 1:55 pm #1376587Hi,
Thanks for the update. Could you post a link to where we can see the actual problem please? If you have a screenshot highlighting the problem, then please share that with us as well.
Best regards,
RikardDecember 20, 2022 at 2:10 pm #1376887you can click on the link in the private data – it is easier. You will directly see the problem in the mobile view.
December 23, 2022 at 4:11 pm #1377241Hi,
I deleted the code Nikko shared and added following instead
@media only screen and (max-width: 993px) { .av-special-heading.turquoise-background h1.av-special-heading-tag strong { padding-left: 20px; } .av-special-heading.turquoise-background h1.av-special-heading-tag { margin-left: 0; } } @media only screen and (max-width: 480px) { .av-special-heading.turquoise-background h1.av-special-heading-tag, .av-special-heading.turquoise-background h1.av-special-heading-tag strong { padding: 0; } }
Please review your website.
Best regards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.