Tagged: x
-
AuthorPosts
-
June 10, 2016 at 2:41 am #1035466
davelynch2ParticipantHi 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
DaveJune 10, 2016 at 3:33 am #1035521
davelynch2ParticipantSorry second lot of CSS was incorrect it was:
.x-section {
background-color: transparent;
margin: 0;
padding: 10px 0;
}June 10, 2016 at 4:04 am #1035568
Rue NelModeratorHello 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.
June 10, 2016 at 7:36 am #1035776
davelynch2ParticipantThis reply has been marked as private.June 10, 2016 at 7:40 am #1035784
davelynch2ParticipantOK 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
DaveJune 10, 2016 at 10:42 am #1036017
JoaoModeratorHi Dave.
We are glad you managed to find a solution.
Let us know if there is anything else we can help you with.
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1035466 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
