Title: CSS not working? Strange console Errors
Last modified: March 26, 2020

---

# CSS not working? Strange console Errors

 *  Resolved [Charlie Cooper](https://wordpress.org/support/users/coopero1/)
 * (@coopero1)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/css-not-working-strange-console-errors/)
 * 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.
    -  This topic was modified 6 years, 2 months ago by [Charlie Cooper](https://wordpress.org/support/users/coopero1/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcss-not-working-strange-console-errors%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [pluginandplay](https://wordpress.org/support/users/pluginandplay/)
 * (@pluginandplay)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/css-not-working-strange-console-errors/#post-12586589)
 * Hi [@coopero1](https://wordpress.org/support/users/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](https://wordpress.org/support/users/coopero1/)
 * (@coopero1)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/css-not-working-strange-console-errors/#post-12601101)
 * 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.

 * ![](https://ps.w.org/blog-designer-pack/assets/icon-128x128.png?rev=1917237)
 * [Blog Designer Pack - Blog, Post Grid, Post Slider, Post Carousel, Category Post, News](https://wordpress.org/plugins/blog-designer-pack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/blog-designer-pack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/blog-designer-pack/)
 * [Active Topics](https://wordpress.org/support/plugin/blog-designer-pack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/blog-designer-pack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/blog-designer-pack/reviews/)

## Tags

 * [Blog](https://wordpress.org/support/topic-tag/blog/)
 * [css](https://wordpress.org/support/topic-tag/css/)

 * 2 replies
 * 2 participants
 * Last reply from: [Charlie Cooper](https://wordpress.org/support/users/coopero1/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/css-not-working-strange-console-errors/#post-12601101)
 * Status: resolved