Tagged: x
-
AuthorPosts
-
May 14, 2016 at 10:16 am #991318
dannyParticipantHi there,
I’m trying to remove the padding 45px from x-section-1. When I use the custom CSS the theme seems to be putting inline CSS that overwrites it. I’ve tried !important and also Jquery hacks but no luck..Can you help?
Danny
May 14, 2016 at 11:13 am #991357
ThaiModeratorHi Danny,
Please add the following CSS under Customizer > Custom > Global CSS:
.textwidget #x-section-1 { padding-bottom: 0 !important; }Hope it helps 🙂
May 27, 2016 at 7:20 am #1012842
dannyParticipantHmm that doesn’t seem to have worked – see http://www.curiousmind.co on mobile and scroll to footer. Its still got chunky padding
May 27, 2016 at 9:54 am #1013035
LelyModeratorHi There,
The CSS is working. It removes the padding of the section in the footer which is the space between the form and the social icons. See attached screenshot.
If you’re referring to the space below the social icons and want to remove it please add this CSS instead:.x-colophon.bottom { padding-bottom: 0; }Hope this helps.
June 12, 2016 at 6:53 am #1038163
dannyParticipantHi there,
Sorry i’ve not been explicit enough, i’m talking about the padding on the left and right..see screengrab
June 12, 2016 at 7:01 am #1038167
ThaiModeratorHi There,
Please add the following CSS:
.x-colophon.top div#x-section-1 { padding-left: 0 !important; padding-right: 0 !important; }Hope it helps 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-991318 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
