• Resolved mykiel

    (@mykiel)


    When a customer clicks the start date field, the calendar pops up but the header with the month and the arrows to move to the next month do not appear. Therefore a customer cannot go to a future month to choose dates, etc.

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

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

    (@morki)

    Hello,

    You need to remove this CSS from the file frontend.css, lines 8779 to 8782:

    .wpr-image-accordion *,
    .wpr-product-add-to-cart * {
    margin:0;
    padding:0;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    }

    It is never a good idea to use the * selector to apply a style, as it will target everything.

    Also, you might want to add this to your theme style.css for better rendering:

    .wceb_picker_wrap {
    width: 100%;
    }

    Regards,
    Natasha

    Thread Starter mykiel

    (@mykiel)

    pls where do i find the file frontend.css

    Plugin Author Ashanna

    (@morki)

    I don’t know, it’s a file from “Royal Elementor Addons” plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Calender Heading not showing fully’ is closed to new replies.