Tagged: x
-
AuthorPosts
-
September 3, 2016 at 6:34 pm #1159992
pdopchevParticipantHi guys,
Trying to display the bottom and top x-colophon in a more stylish way, maybe have less padding between the top and bottom elements. Any ideas?
Thanks!
September 4, 2016 at 1:39 am #1160286
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> CSS :
footer div#x-section-7 { margin-bottom: 0; padding-bottom: 0; } .x-colophon.bottom { padding: 1% 0; }Hope that helps.
September 5, 2016 at 9:11 am #1161699
pdopchevParticipantHi, thanks for the help!
footer div#x-section-7 { margin-bottom: 0; padding-bottom: 0; }This only takes care of the padding on the front page. Is there a way to make it global for the widget area throughout the whole website?
September 5, 2016 at 9:32 am #1161723
ThaiModeratorHi There,
Please also add the following CSS:
.cs-content .x-section:last-child { margin-bottom: 0 !important; padding-bottom: 0 !important; }Hope it helps 🙂
September 5, 2016 at 9:43 am #1161742
pdopchevParticipantGreat, it works perfectly!
One more thing about the footer – trying to center the “Sign Up Here” button. Any ideas how to do that?
The code for the button was put in the widget and is:
<div style="align:center;" "class="x-btn-regular x-btn-block x-btn-x-large"> <a href="#my-content" class="product_lightbox x-btn" data-content="Launch form!" data-type="inline">Sign Up Here</a> </div> <div id="my-content" style="align:center; display: none; width: 600px;"> [x_subscribe form="1492"] </div> [lightbox selector=".product_lightbox"]I did add “align:center” to the divs but it doesn’t seem to be working…
September 5, 2016 at 10:17 am #1161774
DarshanaModeratorHi there,
Please correct
align:center;as follows.text-align:center;Hope that helps.
September 5, 2016 at 10:38 am #1161802
pdopchevParticipantIt did the trick, thank you!
September 5, 2016 at 10:56 am #1161830
ThaiModeratorYou’re most welcome 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1159992 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
