WPG2 Gallery 2 Bridge CSS Problem
-
Please see this page: CSS Issue
It has a Gallery2 plugin which works well with the except of the width for that page because it breaks at the top main header.
Now if you view the source of that page, there is an embedded style that has this:
<style type=”text/css”>.g2_column {width: 738px;margin: 0px 1px 0px 12px;}</style>
It’s too wide and so I change this file: wpg2functions.inc from this:
// CSS Defaults
//$wpg2_option[‘g2_cssheader’] = ‘.g2_column {width: 738px;margin: 0px 1px 0px 12px;}’;…to this…
// CSS Defaults
//$wpg2_option[‘g2_cssheader’] = ‘.g2_column {width: 688px;margin: 1px 1px 0px 1px;}’;Checking further, the wpg2.css file has the .g2_column commented out which is okay with me.
I saved it and then did a SHIFT/refresh but nothing changes. Checked source code and the old embedded style is still there.
I did a search for that old style for the entire site and only came up with those two files mentioned above.
I also did a clear cache from the admin end of WP to no avail.
I am stumped. Any suggestions?
The topic ‘WPG2 Gallery 2 Bridge CSS Problem’ is closed to new replies.