Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1267117
    streetberlin
    Participant

    Hi Guys,

    I would like to have my blog page on full-width, and the display of the blog posts without any containers or grey lines.

    both page and site settings are to fullwidth.

    But there is still a container the blog page. Can you help

    my blog page
    https://marketinghelfer.com/digitales-marketing-blog/

    #1267164
    Joao
    Moderator

    Hi There,

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

    .blog, .single-post .x-main.left {
    width: 100%;
    max-width: none;
    }
    .single-post aside.x-sidebar.right {
    display: none;
    }
    .blog, .single-post .entry-content {
       padding: 0 !important;
    }
    
    .blog, .single-post  .entry-wrap .x-container.max {
     
      min-width: 100%;
      width: 100%;
    }
    .single-post .p-meta {
    
        display: none;
    }
    
    .blog .entry-content {
      width: 100%;
      margin: 0;
      padding: 0;
    }
    .blog .entry-title a:hover, .blog .entry-title a {
    font-size: 80%;
    }
    
    .blog  div.x-container.max.width {
      margin: 0px;
      width: 100%;
      max-width: none;
    }
    .blog header .x-container.max.width {
      width: 88% !important;
      max-width: 1200px;
      margin-left: 12%;
    }

    Let us know if you need further help with ajustments.

    Thanks

    Joao

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