Lessen the space between the menu bar and page content

Discussion in 'RoadFighter WordPress Theme' started by v4sb, Apr 27, 2015.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    I would like to lessen the space between the menu bar and the page content by at least 3/4 of what it is now. There is too much of a gap there. Could you help me with the coding?
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .page_heading_container {
      margin-bottom: 15px !important;
    }
    Thanks,
    Praveen
     
  3. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    thank you for the code; however, this was the wrong space :) I have attached an image to show the menu bar and space area I am talking about. Can you please resupply the proper code for this area? Thank you.[​IMG]
     
  4. sameerwalkar

    sameerwalkar Guest

    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard

    Code:
    .header_container.not_home{
    min-height: 195px;
    }
     

Share This Page