Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1204106
    barbaracastejon
    Participant

    Hello X Team!
    I’m having a bit of trouble with the homepage of my website. I’ve managed to add the sidebar but I would like to eliminate the space at the top and side of the content section (eliminating the block appearance) so the website looks fullwidth while also having a sidebar. Is this possible?

    Stack: Integrity
    X-theme version: 4.6.2
    Cornerstone version: 1.3.2
    URL: http://www.yourz.co

    Thank you so much in advance!

    Ps: can I eliminate the title of the page as well?!

    #1204338
    Lely
    Moderator

    Hi There,

    Your site is in maintenance mode. We need admin credentials so we can check. Please provide it on a private reply. Then it will also be better if you will give us screenshot of which space you want to get rid off. That way our suggestion will be specific. Regarding page title, under Page Settings, there is an option Disable Page Title tick the checkbox to disable page title.

    Hope this helps.

    #1205125
    barbaracastejon
    Participant

    Hello! Maintenance mode has been disabled. The space is the one i’ve attached in the image above, it’s the space between the content and the left side of the page and the top. Essentially I would like it to look fullwidth as opposed to blocked. I’ll attach the image again below! Thank you 🙂

    #1205127
    barbaracastejon
    Participant

    Hello! Maintenance mode has been disabled. The space is the one i’ve attached in the image above, it’s the space between the content and the left side of the page and the top. Essentially I would like it to look fullwidth with a sidebar. I’ll attach the image again below! Thank you 🙂

    #1205138
    barbaracastejon
    Participant
    This reply has been marked as private.
    #1205326
    Rupok
    Member

    Hi there,

    Thanks for writing back. You can add this under Custom > CSS in the Customizer.

    .entry-wrap {
      box-shadow: none;
      padding: 0 20px;
    }

    You can adjust the padding or set to 0 if you want. It’s 60px by default.

    Cheers!

    #1205533
    barbaracastejon
    Participant

    Hi! Thank you so much! That helped a lot! The only thing I still can’t seem to eliminate is the space between the navbar and the content. How could I do that?

    #1205629
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > Customizer > Custom > CSS

    
    .x-container.max {
        margin: 0;
    }
    
    .x-sidebar {
        margin-top: 2%;
    }

    Hope that helps,

    Joao

    #1205686
    barbaracastejon
    Participant

    Thank you so much Joao! It worked like magic 🙂

    #1205690
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

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