Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1114869
    kelleyhg
    Participant

    How do I delete the extra space above my headline in an X-theme, Integrity stack, page template: Blank Container – Header, Footer? Thanks very much. (See attached image)

    #1114902
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks.

    #1115385
    kelleyhg
    Participant
    #1115468
    Thai
    Moderator

    Hi There,

    I would like to check your website but it’s under construction mode.

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link login to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1118920
    kelleyhg
    Participant

    Thai, thank you for your reply. I’ve had WordPress sites hacked in the past and taken over, so I am reluctant to offer up my login credentials in an online forum.

    I don’t understand why someone can’t simply tell me where to go/how to eliminate the extra space above the headline in a content container. (I supplied a picture.) The X Theme and Cornerstone are Themeco products, are they not?

    #1118923
    kelleyhg
    Participant
    This reply has been marked as private.
    #1119276
    Joao
    Moderator

    Hi There,

    We needed your credentials because you have Under Construction Plugin activated.

    You need to go to your home page, on the top admin wordpress bar click Edit Page.

    And on page templates selec Blank No Container Header Footer

    Please see image attached.

    Hope it helps

    Joao

    #1120186
    kelleyhg
    Participant

    Thanks Joao for your reply. But that’s not what I’m asking. I know how to change the page template to “no container.”
    But I prefer the container. I just want to know how to take some of the extra spacing out of the container. Thanks in advance for your help.

    #1120292
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .home .entry-wrap {
        padding: 0;
    }

    Hope it helps πŸ™‚

    #1120433
    kelleyhg
    Participant

    Thai, thank you very much for your help. I tried substituting the word “home” with other page names, but it didn’t work for them. Is there away to make this a blanket instruction to the global page container template? Thanks in advance for your help. And where do I find the code so I can go in and edit it myself (very carefully of course). Thanks in advance.

    #1120768
    Christopher
    Moderator

    Hi there,

    If you want to target specific pages, you should use pages ID.

    e.g :

    .page-id-34 .entry-wrap ,.page-id-80 .entry-wrap {
        padding: 0;
    }

    If you want to apply it globally, please update your code to :

    .entry-wrap {
        padding: 0;
    } 

    Please use google developer tools (press F12) to inspect elements.

    Hope it helps.

    #1120901
    kelleyhg
    Participant

    Christopher, that was it! Awesome. Thank you so much.

    #1120966
    Thai
    Moderator

    You’re most welcome πŸ™‚

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