Hi,
I have a heading in a section with a background image. When I view this page on my mobile (in portrait form), the heading is getting cut out.
Can you please suggest what code should I use to make the entire heading appear on the screen.
Link –
Thanks.
Hey vaibhavbhutoria,
Try adding the following to quick css:
@media only screen and (max-width: 767px){
#top #wrap_all .av-inherit-size h2.av-special-heading-tag {
font-size: 0.5em!important;
}
}
Best regards,
Jordan Shannon
Thanks a ton, it worked :)
Topic can be closed now.
Hi,
Great! If you need additional help, please let us know here in the forums!
Best regards,
Jordan Shannon