Viewing 3 reply threads
You must be logged in to reply to this topic.
there is an issue in responsive mode for the in line height for the heading of the page
i send you two images
so you can see it
can you take a look please
thank’s a lot
Hello,
You can change it with a little css. I can send you the right one to add if you send the link of the page where is this happening.
Let us know.
Best regards!
Hello,
please add this code itno your custom css box:
@media (max-width: 480px){
h2 { line-height: 65px !important; }
#content { padding-top: 0 !important;}
}
Result screenshot.
Best regards!
You must be logged in to reply to this topic.