• Resolved TodorChristov

    (@todorchristov)


    Ho there!

    In case we have longer product names, how can we increase the width of the notification container via CSS?

    For longer product names there is a truncation right now.

    Thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author mytrinh

    (@mytrinh)

    Hello TodorChristov,

    You can go to Woo Notification -> Design -> Custom CSS and add this code:

    #message-purchased {
    max-width: {your_max_width}px !important;
    min-width: {your_min_width}px !important;
    }

    Regards

    Thread Starter TodorChristov

    (@todorchristov)

    Thank you!

    Plugin Author mytrinh

    (@mytrinh)

    you are welcome!

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

The topic ‘Increase width of container’ is closed to new replies.