• Resolved chrisska83

    (@chrisska83)


    When the plugin is included, it smashes my footer design.
    If I remove the shortcut on the page, the footer is back to normal.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support dimplemodi

    (@dimplemodi)

    Hello,

    I’ve checked your concern on the given URL for the footer design confliction but in the initial investigation, it’s not due to the BookingPress but the extra styles applied to that page for the CSS class selector ‘vc_container’ and that’s why it happens. I’ve recorded a short video to show you that extra CSS and if I remove that extra style tag from the inspect element section, the footer gets corrected.

    Video Link: https://drive.google.com/file/d/1oBaorKTUFIoYkxKwz3-EkBWLydENkG9O/view?usp=sharing

    Please check the page content and check for that extra CSS which is not belongs to the BookingPress but the visual composer.

    Thanks

    Thread Starter chrisska83

    (@chrisska83)

    Great, I would never have thought of that.

    Have inserted in the theme -> additional CSS:

    .vc-container
    {
    background-color: transparent !important;
    border: 0px;
    border-color: transparent !important;
    }

    and the problem is fixed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugin shatters my design’ is closed to new replies.