• Resolved paul83nl

    (@paul83nl)


    Hi,

    I use the clean theme for the helpful plugin and I really like it. What I don’t like is the reply buttons are placed vertically and I would like to see the buttons next to each other. Is this possible with a simple fix or CSS code?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Pixelbart

    (@pixelbart)

    @paul83nl

    Hello Paul,

    actually, the buttons are next to each other. Maybe your theme overwrites the design. But here is the CSS code that should solve your problem:

    
    .helpful-controls {
        display: flex;
    }
    
    .helpful-controls > div:first-child {
        margin-right: 10px;
    }
    
    Thread Starter paul83nl

    (@paul83nl)

    Ah perfect! Thank you so much! 🙂
    Looks great now.

    Plugin Author Pixelbart

    (@pixelbart)

    @paul83nl

    I’m glad to hear it.

    Then I wish you a lot of fun with your website!

    Stay healthy!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Clean theme’ is closed to new replies.