Comments 2kiprasbiel started the conversationSeptember 30, 2018 at 6:50pmHello, 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] repliedOctober 1, 2018 at 9:08amHi 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>1 Like 2kiprasbiel repliedOctober 1, 2018 at 9:32amThanks, worked like a charm!1 Like Sign in to reply ...
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)
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>
Thanks, worked like a charm!