• I’m not entirely sure if i am doing this correct?
    I’ve created an add-on with 38 options which is now resulting in a lot of scrolling.
    Is it possible to place those options next to each other instead of placing them under each other?

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

Viewing 1 replies (of 1 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi there,

    no it’s not possible to do that via plugin options, you can create a CSS Code to do that.

    Try to add this CSS code in Apperance > Customize > Additional CSS

    .ywapo_input_container.ywapo_input_container_radio {
        display: inline-block !important;
    }

    Let us know if works.

Viewing 1 replies (of 1 total)
  • The topic ‘I would like to have multiple columns?’ is closed to new replies.