Posts Not Clickable Next to Title on Mobile
-
Greetings!
I have recently noticed that a certain area is not clickable to access the post on mobile, which is a little inconvenient especially for right-handed users of my website. The area I am talking about is the one below the featured image and next to the title.
Example: https://ibb.co/68QCrZc (Post cannot be accessed by clicking only the rectangular area marked in blue)
Can this be fixed, please? On desktop, it is understandable, but given this is for mobile, even that small of an area is a large chunk per post to be non-clickable.
The blog I need help with is: (visible only to logged in users)
-
Hello,
Thank you for your feedback.I am going to investigate this issue to find a solution. The fix should be included in the next version of the theme.
As a temporary solution, you can use this custom CSS:
.hentry-grid .entry-title a { display: block; }
The reason why the theme does not include this custom CSS by default is because it causes style issues in regular views (the hover state of the link is activated even if the cursor is not over the title text).
I’ll let you know when the theme update is ready, so you can remove that custom CSS.
Kind regards,
Taras -
As always, Taras to the rescue!
Thank you very much, and please do let me know; that would be wonderful.
Regards.
-
-
Hi,
The issue should be fixed now. You can remove that custom CSS from your site.
Kind regards,
Taras -
-
- The topic ‘Posts Not Clickable Next to Title on Mobile’ is closed to new replies.