Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #841181

    Hello
    this page I’m on are the product page

    How can I move the calendar and booking time to be in alignment with the title, button and description please?

    View post on imgur.com

    thank you

    #841539

    Hey Nathan,

    Please try the following in Quick CSS under Enfold->General Styling:

    .bkap-booking-form {
        padding: 1em 0 !important;
    }

    Best regards,
    Rikard

    #841554

    I entered the code in quick css and no change yet

    #842488

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .bkap-booking-form { padding-left: 0 !important; }
    

    If that does not work either, please create a temporary admin login and post it here privately so we can look into it.

    Best regards,
    Yigit

    #842710

    I feel thankful that moved the calendar where it is in alignment with the other fields

    And now I notice that the black border around the calendar on two sides and where I have the red arrow pointing it looks like there are two corners

    Can I please get support further resolving this?

    View post on imgur.com

    Thank you for you support

    #842946

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    
    .bkap-booking-form .ui-datepicker {
        box-shadow: none;
    }
    .bkap-booking-form td, .bkap-booking-form th {
        border: none!important;
    }
    

    Best regards,
    Yigit

    #844477

    There is no lines around the calendar when applying the code

    I feel satisfied if they are not there, as long as they can see the dates I’m confident it will ok

    This topic is resolved thank you

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Aligning Calendar and Booking Time Div’ is closed to new replies.