Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2596930
Google Search Console Issue
Closed

Comments

  • Marquinhos100 started the conversation

    Hi!

    I am getting from google this error 'Clickable elements too close together" almost all the time form most of my MOBILE pages, posts and tags including my main pages. Is Soledad theme not supposed to be mobile responsive? I even don't have clicable thing on some of this pages. What I could think that the issue could be is only with the  GDPR POLICY OPTIONS as there are two button next to each other to Accept or to Read More and the issue started to appear not too long time ago and I enable the policy option not long time age as well. If this is the issue how do I solve it?

  •  2,699
    PenciDesign replied

    Hi,

    You can try add more this code to Customize > Custom CSS to fix it:

    @media only screen and (max-width: 480px){
    .penci-gprd-law .penci-gprd-accept{ margin-left: 0; }
    .penci-gprd-law .penci-gprd-more{ margin-left: 30px; }
    ul.footer-socials li{ margin-right: 30px; }
    .author-content .author-social, .header-social a{ margin-right: 20px; }
    .wprm-recipe-template-anna-snipped > a {
        margin-left: 10px !important;
        margin-bottom: 10px !important;
    }
    }
    

    Best Regards,

    PenciDesign