Home Forums WoodMart support forum USER-FRIENDLINESS OF "EXCERPT / ADD. INFO" ON MOBILE

USER-FRIENDLINESS OF "EXCERPT / ADD. INFO" ON MOBILE

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #102123

    Jeriss Cloud Center
    Participant

    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.
    #102203

    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

    #102591

    Jeriss Cloud Center
    Participant

    Thanks, issue closed

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘USER-FRIENDLINESS OF "EXCERPT / ADD. INFO" ON MOBILE’ is closed to new replies.