Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1035466
    davelynch2
    Participant

    Hi there

    I’m trying to reduce the padding above the header at the top of the page. The padding is 45px – 10 looks better.

    Using Firebug the CSS is:

    element.style {
    background-color: transparent;
    margin: 0;
    padding: 45px 0;
    }

    Have tried that with 10px padding and:

    .x-section {
    background-color: transparent;
    margin: 0;
    padding: 45px 0;
    }

    Neither work. Ideally if there was something in the theme customizer that would be better but can’t find anything there either.

    Can you help please.

    Many thanks
    Dave

    #1035521
    davelynch2
    Participant

    Sorry second lot of CSS was incorrect it was:

    .x-section {
    background-color: transparent;
    margin: 0;
    padding: 10px 0;
    }

    #1035568
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! Adding this code in your customizer, Appearance > Customize > Custom > CSS, should help.

    .x-section {
      background-color: transparent;
      margin: 0;
      padding: 10px 0;
    }

    To assist you better with this issue, would you mind providing us the url of your site with login credentials, if necessary, so we can take a closer look? 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.

    To do this, you can make a post with the following info:
    – Link to your site

    – WordPress Admin username / password (only if necessary)

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

    Thank you.

    #1035776
    davelynch2
    Participant
    This reply has been marked as private.
    #1035784
    davelynch2
    Participant

    OK Rue. Just realised after completing my last reply that the header is actually a section and I can just change that in cornerstone. Which I did and it worked.

    Sorry to trouble you and thanks so much for your help.

    Cheers
    Dave

    #1036017
    Joao
    Moderator

    Hi Dave.

    We are glad you managed to find a solution.

    Let us know if there is anything else we can help you with.

    Joao

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