• Resolved pratik100

    (@pratik100)


    I love this plugin! and would love to go for pro version if these 2 things can be resolved.

    1 – I need help with reducing the size of notification on mobile.

    2 – & need help with increasing the text size where it says “{first_name} from {city} has purchased {product} {time_ago}” on mobile too. please help

    • This topic was modified 1 year, 9 months ago by pratik100.
    • This topic was modified 1 year, 9 months ago by pratik100.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support villasupport

    (@villasupport)

    Hi,

    Please add the below Custom CSS in the Design tab > Custom CSS:

    @media screen and (max-width: 767px){
    #message-purchased p {
        font-size: 14px;
    }
    
    #message-purchased img {
        max-width: 80px;
    }
    #message-purchased p.wn-notification-message-container{line-height:1.4;}
    }

    Best regards.

    Thread Starter pratik100

    (@pratik100)

    I appreciate your prompt response. With the code you shared above we are able to change the font & height of the notification. however, we need help with changing the horizontal lenght of the notification on phone as its covering too much space. please help us with that. Thank you

    Plugin Support villasupport

    (@villasupport)

    Hi,

    Please use the below Custom CSS for your renew request.

    @media screen and (max-width: 767px){#message-purchased.wn-product-with-image{max-width: 275px;}}

    Best regards.

    Thread Starter pratik100

    (@pratik100)

    Thank you so much for your attention. The last code solved our issue of the notification length. However, We Need it to appear at the BOTTOM LEFT of the phone but when we set it there it automatically shows the large size notification. when we Re-change its position back to the RIGHT BOTTOM again it appears small like the way we want it. We don’t want it At the right bottom of our website coz we have the chat window there which gets covered with the notification. I hope I am able to convey it properly. I have full intention of going for the pro version but these small bugs are really annoying.

    Thank you

    Plugin Support villasupport

    (@villasupport)

    Hi,

    We are sorry for delaying our response.

    Currently, the plugin is not being activated on your site, so we can not observe the problem and give advice. Please enable the plugin, we will keep checking.

    Best regards.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘change the size of the notification & Text?’ is closed to new replies.