Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, yes, for blog posts, right side is reserved for widgets.

    You can apply custom css code below with this plugin:

    .single .content-area {
         width: 100% !important;
    }
    .single .widget-area {
         display: none;
    }

    It will remove widget area and set your post to fill that space.

    Thread Starter sandyleveque

    (@sandyleveque)

    Excellent, that fixed it. Thanks so much!!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Full width blogs’ is closed to new replies.