Need Less Space between page title and text content

Discussion in 'BizWay WordPress Theme' started by mdwkaty, Jan 22, 2014.

  1. mdwkaty

    mdwkaty Guest

    Joined:
    Dec 2, 2013
    Messages:
    11
    Likes Received:
    0
    Hello,

    How can I get there to be less space between my page title and the text content?…I am adding content on "Edit Page" (html) but, once I update, the page content text is very far down the page from the page title (it seems the background is causing this?)

    Here is a link..you can see the bulleted text has a large space between that and the "Systems Engineering" title.

    http://www.myriaddesignworks.com/mti-systems/?page_id=186

    Let me know if there is a fix for this.. thank you!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello ,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     .page-content {
    padding-top: 0px;
    }

    This will solve your issue.


    Thanks & Regards
    Gourav Shrivastava
     
  3. mdwkaty

    mdwkaty Guest

    Joined:
    Dec 2, 2013
    Messages:
    11
    Likes Received:
    0
    Thank you! This worked great!
     

Share This Page