Reduce Blank Space?

Discussion in 'Compass WordPress Theme' started by saramitchell, Aug 14, 2014.

Thread Status:
Not open for further replies.
  1. saramitchell

    saramitchell New Member

    Joined:
    Aug 7, 2014
    Messages:
    17
    Likes Received:
    0
    Hi!

    I followed your instructions to a previous user about how to remove the breadcrumbs and container from all the pages, and that worked great!

    However now I'm left with a fairly large blank space where the breadcrumbs used to be. Is there a way to push the content up to begin closer to the menu? Picture attached.

    Thanks!
    Sara
     

    Attached Files:

  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Go to Appearance > Theme Options > Styling Options > Custom CSS
    And paste following code in Custom CSS and press Save All Changes button.
    Code:
    .heading_container {
    display: none;
    }
    
    This will solve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. saramitchell

    saramitchell New Member

    Joined:
    Aug 7, 2014
    Messages:
    17
    Likes Received:
    0
    Excellent! Thank you, Yogesh!
     
Thread Status:
Not open for further replies.

Share This Page