The width of the message input popup


I want to increase the width of the message input popup. It seems that simply changing width: 380px is not sufficient

Hi,

You can use CSS snippet (How to add custom code snippets - HivePress Help Center):

.hp-modal {
width: 450px !important;
}

Please note that it can require further customization.

The specified CSS does indeed allow for changing the width of the popup screen, but unfortunately, it also affects the width of the sub-items in the listing. This doesn’t seem to be the desired outcome.

Hi,

We have provided you with a simple snippet; in order to make it work only for a specific block or modal window, you need to modify this snippet. If customizations are required for your site, please try customizing it using the collection of code snippets Search · user:hivepress · GitHub and other developer resources, or consider hiring someone for custom work https://fvrr.co/32e7LvY

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.