• Hi
    Is it possible to have the start and end date selector beside each other? And how do I do it if possible.
    Thank you

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

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

    (@morki)

    Hello,

    Please read the sticky post and use the right support forum next time.

    Concerning your issue, you need to add some CSS to your theme’s style.css file:

    .wceb_picker_wrap .form-row {
        clear: none;
        float: left;
    }
    
    .reset_dates {
        display: block;
        clear: both;
    }

    I hope this helps.

    Natasha

Viewing 1 replies (of 1 total)
  • The topic ‘Date side by side’ is closed to new replies.