• I’ve been trying to figure out a way to make the content of my blog posts much wider, instead of so narrow as the currently are on the page. I tried the previous CSS code posted about 6 months ago, but it doesn’t work. Can someone help please?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello awkwardalice,

    Try below css code.

    .no-sidebar .site {
      max-width: 1366px;
    }
    
    .custom-header a img {
      width: 1366px;
      height: 630px;
    }

    Hope this will helps you.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Content width CSS codes not working’ is closed to new replies.