FIXED!! I’ve sent emails and have gotten no response, so I figured out a solution that may work for you.
Ok here is what I did to fix that problem in the “Gallery/Content Popup” View
Navigate to the file portfolio_front_end_view.php located in
public_html\wp-content\plugins\portfolio-gallery\Front_end\portfolio_front_end_view.php
Scroll down to
/////////////// VIEW 2 Popup section //////////////////
(or do a search for $width_middle)
change the second mention of $width_middle = “65%” to
$width_middle = “100%”
You can do this I imagine for the other views that are giving you problems.
I tried it with View 3 Fullwidth and it works there too
I have the same problem and have been waiting for a solution for over a week.
If you pick the “Gallery/COntent Popup” there is a little piece of code in the css
#huge_it_portfolio_content_3 #huge_it_portfolio_container_3 {
width: 65% !important;
}
If it were set to 100%, then the problem would be fixed. The problem is that piece of code resides deep in index.php and overrides any custom css you try to include. Solution please!