• Resolved elenaoboe

    (@elenaoboe)


    First of all Thanks a lot for this amazing plugin. It’s impressive
    I would like to have the services displayed not in only one column (this is good for mobile) but in two or maybe three columns when it’s possible (desktop or maybe some tablets)
    Did I missed a setting for this? Or maybe you have a CSS-Line for me? (I tried to find something, but I’m really lost)
    I search for old topics, but didn’t find someone with the same “issue”
    Thanks a lot
    Elena

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

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

    (@webba-agency)

    Hi Elena,

    Thank you for using our plugin.

    Please, add the following CSS in your theme:

    @media only screen and (min-width: 768px){
        .wbk-clear {
            display: none !important;
        }
        .wbk-checkbox-label {
            width: 45% !important;;
        } 
    }
    Thread Starter elenaoboe

    (@elenaoboe)

    Thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multi-Service display in two columns’ is closed to new replies.