USER-FRIENDLINESS OF "EXCERPT / ADD. INFO" ON MOBILE
-
Hi,
As you can see on the screenshots below, I am using the excerpt/additional information feature from your theme.
On desktop, user-friendliness is ok but on mobile it is not responsive at all. Check the screenshots.
Are you going to improve this? If not, how to disactivate it on mobile only & keep it on desktop?
Attachments:
You must be
logged in to view attached files.
Hello,
Excerpt and Additional information work properly on mobile. You have set two columns on mobile provided the attribute table information is too long and does not fit the width. If you set one column it would work properly https://gyazo.com/66c602ec6be61a053e40651c6cee5cee
So add this code to the Theme Settings > Custom CSS > Mobile
body .woodmart-hover-base .hover-content-inner {
display: none;
}
Best Regards
The topic ‘USER-FRIENDLINESS OF "EXCERPT / ADD. INFO" ON MOBILE’ is closed to new replies.