Viewing 5 reply threads
You must be logged in to reply to this topic.
when i look at the site from a mobile , the fonts are all jumbled.
how do i rectify this? tyvm.
Hello,
I added this code into your custom css box:
@media (max-width: 480px){
h2.vc_custom_heading {
font-size: 34px !important;
line-height: 58px !important;
}
.wpb_row.standard_section {
margin-bottom: 0 !important;
}
}
For the title fonts in mobile. Edit the values to your need.
Also i added this code: .menu-small ul.menu > li > a { color: #949292 !important;}
for the mobile menu items font color. Change the color to your wish.
Best regards!
the code worked for portrait mode.. landscape mode on a mobile is still jumbled.
is there another code?
Hello,
I added this code into your custom css box:
@media (max-width: 767px){
h2.vc_custom_heading {
font-size: 27px !important;
line-height: 3px !important;
}
}
@media (min-width: 979px){
h2.vc_custom_heading {
font-size: 46px !important;
line-height: 34px !important;
}
}
@media (max-width: 979px){
h2.vc_custom_heading {
line-height: 44px !important;
font-size: 48px !important;
}}
It is responsible for the ipad(portrait/landscape) and mobile(landscape) layouts. Please check your site and let us know.
Best regards!
i checked it out… might have to just deal with it because the max font size is to small for the desktop version.
should i just create a image with the text in photoshop and upload as a backround?
in the meantime, i’ll delete the css code.
Hello,
It’s your choice. Let us know if you need further help.
Best regards!
You must be logged in to reply to this topic.