Okay
  Public Ticket #1730334
Mobile view of booking widget
Closed

Comments

  •  2
    kiprasbiel started the conversation

    Hello, how to fix this issue, when in mobile view all of my services titles ar starting off screen. I would like them to be fully visible with word break (see picture for reference)

  • [deleted] replied

    Hi kiprasbiel,

    Can you add this CSS on your page where shortcode is (while editor is in text mode).

    <style>@media only screen and (max-width: 768px) {.el-select-dropdown__item span {box-sizing: border-box; white-space: normal; word-wrap: break-word;} .el-select-dropdown__item {height: auto !important;}}</style>


  •  2
    kiprasbiel replied

    Thanks, worked like a charm!