Tagged: x
-
AuthorPosts
-
November 15, 2016 at 9:24 am #1258037
tomaspernekParticipantHey there!
I am wondering if there is any good css to use if I would like to center the content of my site? At the moment I am using boxed content and this leaves me with more white space to the left then on the right.
Any ideas how to decrease the distance to the left?
Best!
/Tomas
November 15, 2016 at 9:25 am #1258040
tomaspernekParticipantThis reply has been marked as private.November 15, 2016 at 10:06 am #1258103
JoaoModeratorHi Tomas,
Please add the following code to Appearance > Customizer > Custom > CSS
@media (min-width: 769px) { .x-main.full { margin-left: 10%; }}Hope it helps
Joao
November 15, 2016 at 10:57 am #1258167
tomaspernekParticipantHello again!
Thank you for the fast response! Unfortunatlly this did not work, it had an effect on the frontpage that is set to “no container, header, footer” But all other pages have “sidebar left, content right” and on those pages it did not have any effect.
best!
/Tomas
November 15, 2016 at 11:59 am #1258269
ThaiModeratorHi Tomas,
Please find this CSS:
.x-sidebar { padding-right: 30px; padding-left: 30px; }And change to this:
.x-sidebar { padding-right: 30px; }Hope it helps 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1258037 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
