The “button” post tags overlap on mobile. What CSS code would solve this?
Previous discussion: https://kriesi.at/support/topic/display-post-tags-as-small-buttons/
Hi,
Thanks for the login details. I can’t load the page you linked to though:
The domain name in the URL is not associated with any active site on the WP Engine platform.
If this is your site, please visit your User Portal to ensure that your domain mapping and DNS records are configured correctly.
Still have questions? Contact Us.
Please post a link to where we can see the actual problem.
Best regards,
Rikard
Here is the correct URL.
Hi,
Thanks for that. Please try this CSS as well:
@media only screen and (max-width: 767px) {
span.av-post-metadata-category-link {
line-height: 70px;
}
}
Best regards,
Rikard
Thank you!!!