Extra Space

Discussion in 'BizWay WordPress Theme' started by sethloux, Dec 9, 2014.

  1. sethloux

    sethloux Guest

    Joined:
    Feb 11, 2013
    Messages:
    27
    Likes Received:
    0
    How can you get rid of the extra space that is made on every web page? Even the images are started after that blank space.

    [​IMG]
     
  2. Yogesh

    Yogesh Guest

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .page-content {
    padding-top: 0;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. sethloux

    sethloux Guest

    Joined:
    Feb 11, 2013
    Messages:
    27
    Likes Received:
    0
    Can you also get rid of where it says "Static Billboards"?
     
  4. Yogesh

    Yogesh Guest

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .page-heading-container {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page