• Hi,

    Is it possible to have a boxed layout for the contents? It’s quite annoying to read and have the follow button covering it.

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

Viewing 1 replies (of 1 total)
  • Hi Mimieag,

    You can try adding the following code to your Admin Panel > Appearance > Customize > Additional CSS field:

    div#page {
      width: 1200px;
      margin: auto;
    }
    
    body {
      background: grey;
    }

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Enable a boxed layout’ is closed to new replies.