• Resolved sara.deceulaer

    (@saradeceulaer)


    Hi,

    I installed the kiwi floating bar on the left of the pages on my site.
    When you hover a logo of a network, the label appears at the right of the logo.
    But it only shows half of the name of the network.

    I have been searching for where it could interfere with the css of my theme, but I cannot find it.
    Where is this width defined and where can I change it?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @saradeceulaer,

    Please add the following code in Appearance -> Customize -> Additional CSS and it should fix it:

    body .kiwi-floating-bar > li:hover > .network-label {
        max-width: initial;
    }

    Let me know how it goes!

    Best wishes,
    Mihaela

    • This reply was modified 8 years, 5 months ago by Miha.
Viewing 1 replies (of 1 total)

The topic ‘Floating bar: only half label’ is closed to new replies.