• Resolved Faisal Shaikh

    (@faisal-shaikh)


    Hi there, i`ve deleted the page title but still there is a gap in all pages which is looking non-professional. Please do send me a code for this!
    thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey there Faisal Shaikh,

    Hope you’re well today!

    This should be possible to remove with some custom CSS. Could you please post link to your page where you want this removed so I can take a look?

    Also are you looking to remove it only on this specific page?

    Best regards,
    Bojan

    Thread Starter Faisal Shaikh

    (@faisal-shaikh)

    OOh, I cant as I am working on local host, Id like to remove from all pages.

    I used this:
    body.page .entry-header{
    display:none;
    }

    title removed but space is still there!

    Hey again,

    I’ve checked the code you used and it is good. However, there is a 54px padding bottom on header and 40px padding top on the content area. To remove it please try adding the following code to Appearance -> Customize -> Theme Options -> Advanced -> Custom CSS:

    .site-header {
      padding-bottom: 0px;
    }
    
    #content {
      padding-top: 0px;
    }

    This will remove the space completely, you can play with numeric values if you want to increase it a bit by adding some padding to any of the above two classes.

    Hope this helps ??

    Best regards,
    Bojan

    Thread Starter Faisal Shaikh

    (@faisal-shaikh)

    hey! thank you so much it worked… ??

    Glad that helps! Have a great day ??

    Cheers,
    Bojan

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘page title!’ is closed to new replies.