Skip to content
Public Ticket #9848

Mobilephone unfriendly?

Conversation thread

Penci Design replied

Staff Reply

Hi,

Please try go to Customize > Addtional CSS then add custom css to fix the issue. https://prnt.sc/por6nl

@media screen and (max-width: 768px){
.penci-topbar .topbar__menu ul {
    display: inline-block;
}
.penci-topbar .topbar__menu ul li {
display: inline-block;
}
}

Best Regards,

PenciDesign

jasperfalae replied

Customer Reply

One of the affected domains in my own case is www.boldoracleng.com when you double click any blank space the site zooms in but when you double click again, it zooms out beyond normal 

Penci Design replied

Staff Reply

Hi,

Please send me screenshot or video for the issue. I will check it help you.

Best Regards,

PenciDesign

jasperfalae replied

Customer Reply

I have a similar issue, 

The double click zooming effect on mobile is annoying as it doesn't zoom out back to normal view after zooming in, therefore making the texts too tiny to click again. I really wish to disable it but can't find the actual setting responsible for the effect.

Thanks in advance for offering to assist me as well.

Penci Design replied

Staff Reply

Hi,

About  clickable elements are to near,

I'm not clear about the question, please tell me about and send me screenshot for the issue. I will check it help you.

Best Regards,

PenciDesign

GACC replied

Customer Reply

Thanks, to articles are now good say google. But the Smartphone-Crawler says on the startpage (AnimeHeaven.de), the clickable elements are to near. Have you some idea, how to fix this in the responsiv modus (Smartphone)?

Penci Design replied

Staff Reply

Hi,

Yeah, Please go to Customizer > Addtional CSS then add custom css to do that

@media screen and (max-width: 768px){
.single .entry-content, .page .entry-content {
    font-size: 14px;
}
}

You can change font size is 14px to any size you want

Best Regards,

PenciDesign

GACC replied

Customer Reply

oh no, sorry I mean the responsiv version not the amp.

Penci Design replied

Staff Reply

Hi,

Do you change font size of content post ?

If right, please  go to Dashboard > Appearance > Customize > AMP > Addtional CSS Options  then add custom css to change font size of content post

.single .penci-amp-wrapper .amp-wp-article-content {font-size: 14px;}

Best Regards,

PenciDesign

GACC started the conversation

Conversation Start

Want to join this conversation or access attachments? Sign in first.