Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1258037
    tomaspernek
    Participant

    Hey 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

    #1258040
    tomaspernek
    Participant
    This reply has been marked as private.
    #1258103
    Joao
    Moderator

    Hi 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

    #1258167
    tomaspernek
    Participant

    Hello 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

    #1258269
    Thai
    Moderator

    Hi 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 🙂

  • <script> jQuery(function($){ $("#no-reply-1258037 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>