I did what you said.
I went into Appearance -> Editor -> custom_css.php
and pasted this:
“<?php
$root = dirname(dirname(dirname(dirname(dirname(FILE)))));
if ( file_exists( $root.’/wp-load.php’ ) ) {
require_once( $root.’/wp-load.php’ );
// require_once( $root.’/wp-config.php’ );
} else {
$root = dirname(dirname(dirname(dirname(dirname(dirname(FILE))))));
if ( file_exists( $root.’/wp-load.php’ ) ) {
require_once( $root.’/wp-load.php’ );
// require_once( $root.’/wp-config.php’ );
}
}
header(“Content-type: text/css; charset=utf-8”);
?>
<?php echo $qode_options_proya[‘custom_css’];
cn-gridder span.title {
height: auto;
}
?>
<?php echo $qode_options_proya[‘custom_svg_css’]; ?>
Unfortunately, I have squares, but half of the image is covered and I want to have more of the square image viewable (see attached image)
Page: http://societyofwe.com/directory/
Advice how to show more of the image?
