Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author SOGO

    (@orenhav)

    you have one line of style that make the issue: this is the white-space: pre-wrap on the btn class
    you should enter the custom style like that:

    #sogoacc .btn {
        /* line-height: 18px !important; ---remove it */
        /* text-align: center !important;  --- remove it */
        white-space: initial;
    }
    • This reply was modified 5 years, 8 months ago by SOGO.
    Thread Starter melanie71

    (@melanie71)

    Thank you for your reply. Unfortunately that code then forces the text to overlap the icons, as per screenshot here https://pasteboard.co/I7USW1d.png

    Regards
    Melanie

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Dropdown information not displaying correctly’ is closed to new replies.