• Resolved Nv Ltd

    (@jacktrama)


    Hello thank you in advance for your help! I have a large space below page title and the first paragraph. I’d like to raise the content so it has less of a space and I am not sure of the code I need in which to do this. Your help would be appreciated!

Viewing 3 replies - 1 through 3 (of 3 total)
  • I see there has been no reply to this as yet, so – BUMP!

    I’d like to know the answer to this also.

    Could you post a link to your site and I will be able to post the code for you to solve this quickly.

    Thanks

    Hi, at WordPress admin dashboard, go to Appearance > Theme Options > Custom CSS and insert the code below

    `#page .container header.entry-header h1.entry-title{padding:0px/*top*/ 0px/*right*/ 0px/*bottom*/ 0px/*right*/}
    
    .entry-content,.entry-summary {margin:0px/*top*/ 0px/*right*/ 0px/*bottom*/ 0px/*right*/}`

    The first one remove space below page title, while the other remove space above page paragraph. You may change value accordingly.

    Please let me know whether it works.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove space below page title?’ is closed to new replies.