Reply To: Not displaying correctly on iPhone

Home Forums Iconic One Pro Support Not displaying correctly on iPhone Reply To: Not displaying correctly on iPhone

#866

This is because you increased the size of the text logo in the last support thread of yours.

Paste the following in custom.css at the very end after the previous code from the last thread. It should fix it.

@media screen and (max-width: 620px) {

hgroup a {
    font-size: 28px;
}

hgroup .site-description {
    font-size: 14px;
}
}

Also try by decreasing the px values as it fits your need.