New Landing How can we help? Themeforest Theme Support Neighborhood extra white space on every page

Viewing 7 posts - 1 through 7 (of 7 total)
  • #296051
    shafferconsulting
    Member
    Post count: 14

    On every page of my website there is empty white space between the title of the page and the post content. I can’t find how to remove this. Can someone point me in the right direction for how to remove this?

    Attachments:
    You must be logged in to view attached files.
    #296056
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Check in your page meta if you have the remove top spacing option disabled.

    https://www.dropbox.com/s/ojkkaepfqxgia1a/Screenshot%202016-10-12%2016.42.52.png?dl=0

    -Rui

    #296082
    shafferconsulting
    Member
    Post count: 14

    Where I can find the “Page Meta” tab that you are referencing? In Theme Options I can see Default Meta Options but that is not the same screen.

    #296083
    shafferconsulting
    Member
    Post count: 14

    Just to clarify my wording, the white space is on the top of very Post (but also on Pages)

    #296086
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    The meta options are inside the page or post(you need to scroll down).

    can you provide me an url for a post?

    In the meantime you can add the code below to the custom css field inside Theme options-> General Options

    .inner-page-wrap{
     margin-top:0px;
    }

    Other thing is advised to change your permalinks format to postname format so you can see the names in the url instead ids.
    Go to Settings-> Permalinks

    -Rui

    #296088
    shafferconsulting
    Member
    Post count: 14

    The code that you provided removed the extra white space. Thank you!

    #296096
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Glad it worked.
    -Rui

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

You must be logged in to reply to this topic.