CONFLICT FOUND - "Royal Image Hover Effects pro"

When using this plugin the full screen page gets reduced to 2/3rds of its original width.

PLUGIN “Royal Image Hover Effects pro” v2.3 | By RAKIBUR RAHMAN SAGAR @ http://wpexpert24.com/

Plugin Author contacted

Open to any reviews by BB staff, but will post an update when I hear back from the author.

Hey William,

I only had access to the free version on WP and I was having the same problem. Reason for this is because it’s adding a max-width of 1200px to the container class. The CSS snippet below should fix it though.

.fl-full-width .container {
  max-width: none;
}

Ben