Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1197163
    andre1980
    Participant

    Hello,

    I just bought the x-theme and I want to change the look of the posts. I want to have the posts like this:

    Why Unrealistic Body Image Ideals are Harmful

    It now looks like this: http://wieisgod.nl/wie-is-god/

    How do I change this?

    Kind Regards,
    André Scholten

    #1197178
    andre1980
    Participant

    Sorry, I realized that you can´t see the website. The posts look like this: http://demo.theme.co/integrity-1/5-reasons-you-need-the-x-theme/

    I want the column with the writing in the middle, but with no sidebars.

    #1197261
    Joao
    Moderator

    Hi There,

    Please go to Appereance > Customizer > Layout and Design and select Full width instead of Side Bar Right Content Left.

    Hope that helps,

    If that does not help please provide more information about your goals and provide your admin credentials in order that we can take a look at your setup.

    Thanks

    Joao

    #1198397
    andre1980
    Participant

    Thanks Joao,

    I kind of got what I want now. Is it possible to have the text right in the middle with no side bars at all?

    Thanks,
    André

    #1198398
    andre1980
    Participant
    This reply has been marked as private.
    #1198440
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .single-post .x-main.left {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    
    .single-post .x-sidebar {
        display: none;
    }

    Hope it helps 🙂

    #1198463
    andre1980
    Participant

    Thanks a lot. It works!

    #1198510
    Thai
    Moderator

    You’re most welcome 🙂

    If you need anything else please let us know.

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