Viewing 4 replies - 1 through 4 (of 4 total)
  • Your theme uses a custom grid system, and for post they use class .grid-8 with width (66%) change that to 100% or inform the one who made your theme about your problem maybe is a setings to change from grid-8 to another dimension.
    I do not know if my code will change elsewhere too, i don`t know your theme structure.

    .grid-8 {
        width: 100% !important;
      }

    add it in your style
    .content-without-sidebar{
    Width:100%
    }

    Thread Starter frenchspark

    (@frenchspark)

    Thanks guys! I’m gonna try right now

    Thread Starter frenchspark

    (@frenchspark)

    Thanks! Both were working but the first was on the entire website so I used the 2nd but keeping both in case there would be any changes! Thanks a lot!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing width of single post’ is closed to new replies.