Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1410754
    Kashevko
    Participant

    Hey there,

    My website is: http://ponylab.studio

    I’m trying to make my blog posts full width but no results.
    I’ve tried the next CSS codes:

    .single .x-sidebar {
      display: none !important;
    }
    .single .x-main {
      width: 100% !important;
    }
    
      .single-post .site > .x-container-fluid {
    max-width: 100% !important;
    width: 100% !important;
    }

    How can we figure this out?
    Thanks,
    Serg

    #1410756
    Kashevko
    Participant
    This reply has been marked as private.
    #1411027
    Rahul
    Moderator

    Hi there,

    Thanks for writing in! To make the blog posts page full width, just add the following CSS code via Appearance > Customize > Custom > CSS:

    .single .x-sidebar {
      display: none !important;
    }
    .single .x-main {
      width: 100% !important;
    }

    Let us know how this goes!

    #1411028
    Rahul
    Moderator

    Hi there,

    Thanks for writing in! To make the blog posts page full width, just add the following CSS code via Appearance > Customize > Custom > CSS:

    .single .x-sidebar {
      display: none !important;
    }
    .single .x-main {
      width: 100% !important;
    }

    Let us know how this goes!

    #1412713
    Kashevko
    Participant

    Hi Raul,
    it seems not to work…
    Please check the link I sent here as a private reply.

    Thanks.

    #1412854
    Thai
    Moderator

    Hi There,

    Please find this CSS:

    @media (max-width:979px){
    footer.x-colophon.bottom {
        position: fixed;
        right: 0;
        left: 0;
        bottom: 0; 
     
       /** Making Get a Quote Bold**/
       /** Displaying Blog Posts Full width**/
      .single .x-sidebar {
      display: none !important;
    }
    .single .x-main {
      width: 100% !important;
    }

    And change to this:

    @media (max-width:979px){
    	footer.x-colophon.bottom {
    	    position: fixed;
    	    right: 0;
    	    left: 0;
    	    bottom: 0; 
    	}
    }
    
    /** Displaying Blog Posts Full width**/
    .single .x-sidebar {
      display: none !important;
    }
    .single .x-main {
      width: 100% !important;
    }

    Hope it helps 🙂

    #1412871
    Kashevko
    Participant

    Oh, silly me.

    Thanks Thai, works perfectly 🙂

    #1413282
    Paul R
    Moderator

    You’re welcome! 🙂

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