Viewing 3 reply threads
  • Author
    Posts
    • #874
      johnnys
      Member

      Hello,

      I just installed Comos and I’m very happy with the included tools.
      I was just wondering if there is a way to set a max width for Main Content Width. I.E. 800px vs just a percentage.

    • #878
      ThemeofWP
      Keymaster

      Hi Thanks for using Cosmos theme. You can do it by cutom css section. Just add your rules in the custom css tab in theme options.

    • #881
      johnnys
      Member

      Thanks, I used the following CSS but then its now left aligned. Having trouble centering the content. i tried other commands to keep center align but no luck. Any suggestions?

      body {
      max-width: 1200px;
      text-align:center;
      }

    • #882
      ThemeofWP
      Keymaster

      Hey, you can try in custom CSS:

      body {
          margin: 0 auto !important;
          width: 800px !important;
      }
Viewing 3 reply threads
  • You must be logged in to reply to this topic.