phone optimization
- The topic ‘phone optimization’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
Is the phone optimization working correctly?
I have text on my front page- the contact information under header.
When I look my page through my phone, my email address doesn’t fit to the screen and my phone number is on two lines..
Thanks again! (so many questions :))
xx
Anne
It looks like some of your custom styles are causing that. You can add these to adjust it for smaller screens.
@media only screen and (max-width:600px) {
.home .portfolio-content .entry-content h3 {
font-size: 22px;
}
}
For CSS specific questions, you may find this forum helpful: https://en.forums.wordpress.com/forum/css-customization
Hi john,
Thank You for your answer.
The code is working. Almost.
Somehow it deletes now my whole phone number, when looking the site through phone- The rest of the contact information looks good though…
Is there something else I can do?