BBPress Lynan Saperstein : Replies Created

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: GRIDDER square photos #443162
    Lynan Saperstein
    Participant
    Attachments:
    You must be logged in to view attached files.
    in reply to: GRIDDER square photos #443161
    Lynan Saperstein
    Participant

    @steven

    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?

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