Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1040985
    hjzhao
    Participant

    Hi after going through old posts I still can’t find a solution to my issue.

    So I disabled the page title for my “work” page, but I want to minimize the white space.

    It currently looks like: http://helenjennifer.com/work/

    I want it to look like the image attached. I got it to look like that using a bit of code, although that code affects all other pages as well.

    What code can I use to just affect the “work” page?

    Thanks!

    Helen

    #1041334
    Lely
    Moderator

    Hello Helen,

    Please try adding the following code on Appearance > Customize > Custom > Edit Global CSS to decrease white space on top:

    .page-id-7496 .hentry .entry-wrap {
        padding-top: 0;
    }

    If that doesn’t do the trick, try minimizing your screenshot and upload it again so we can check further.

    Hope this helps.

    #1042692
    hjzhao
    Participant

    Thanks!!

    #1043082
    Thai
    Moderator

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1040985 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>