Tagged: x
-
AuthorPosts
-
May 14, 2016 at 5:19 pm #991602
xsimon59ParticipantHi –
I’d like to delete the extra space below the lock at the bottom of this page – http://bostonhypnosis.com/wordpress/issues-2-2
Was hoping to do it with pbn in class field, but it didn’t work and I couldn’t figure out how to do custom css based on your answers to other users. Can you help? Thanks.
-Brian
May 15, 2016 at 12:44 am #991885
Rue NelModeratorHello Brian,
Thanks for writing in! Are you referring to this block (http://prntscr.com/b472a6)? If that’s the case, please update the contents of your text element and use this instead:
<p style="text-align: center; margin-bottom: 0;">All information on this form is confidential.<br> I don’t sell or give away email addresses or any other data.<br> Any mail I may send in return is specifically issue-related (no spamming).</p>And if ever that is still not enough, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.x-colophon.bottom { padding-top: 20px; }Please let us know how it goes.
May 16, 2016 at 12:40 pm #994038
xsimon59ParticipantThanks, but no. I’m talking about the space below the lock icon and above the text. So I’m trying to get rid of the extra space created by the custom headline that I used to get that lock size.
May 16, 2016 at 12:48 pm #994055
RahulModeratorHi there,
In the custom box of cornerstone settings for the element add some margin :
margin-bottom = 20px;Thanks
May 16, 2016 at 1:50 pm #994147
xsimon59ParticipantSorry, I’m not following. Can you be more specific about where that’s supposed to go and what it’s supposed to go with? I tried it in the customizer and it didn’t do anything. I also tried it in the css settings for the page – that didn’t do anything either. thanks.
May 16, 2016 at 3:49 pm #994366
DarshanaModeratorHi there,
Add the following JavaScript code into your Customizer, Custom > JavaScript section.
jQuery(function() { jQuery(".x-icon-lock").parent("p").css("margin-bottom","0"); });Hope that helps.
May 18, 2016 at 4:39 pm #998173
xsimon59ParticipantSorry, I tried pasting into both the page and general jcustom jscript areas and it still doesn’t seem to be working. There’s still a good bit of space between the lock icon and the text below it. Is there anything else you’d suggest?
May 18, 2016 at 7:41 pm #998391
John EzraMemberHi there,
Thanks for updating the thread and sorry for the confusion. You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.
.page-id-2620 div#x-section-3 h2.h-custom-headline.h3 { margin-bottom:0; /* margin-bottom:-10px; */ }There was only a small space below the lock so if you need to reduce the space even further, you can uncomment the second rule I included as an example.
Hope this helps – thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-991602 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
