• Resolved Charlie Cooper

    (@coopero1)


    Hi Guys,

    Having some strange issues – see link. Console shows plenty of refusal issues.

    It looks like some CSS is off somewhere. I’ve tried removing all custom CSS but to no avail. I’m trying to get gridbox slider design 1 to work.

    Any Ideas? Thanks in advance.

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

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

    (@pluginandplay)

    Hi @coopero1

    Thanks for the web page link.

    It looks like that your theme does not have basic CSS for image so it is coming outside of the container.

    No Issue. Please add below CSS snippet to your theme / child theme style.css OR WordPress Customizer > Custom CSS and save it.

    .bdp-post-image-bg img {
        max-width: 100%;
        max-height: 100%;
    }

    This will work for you.

    Thread Starter Charlie Cooper

    (@coopero1)

    Thanks so much – worked a treat. We’ve bought the full version 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS not working? Strange console Errors’ is closed to new replies.