• Resolved Hanalin

    (@hanalin)


    Is it possible to create margins so that there are white spaces on both side of the page?

    If my question is not clear, please let me know and I will post screenshots.

Viewing 1 replies (of 1 total)
  • Plugin Author Micah Wood

    (@wpscholar)

    @hanalin Yes. Navigate to the customizer in your WordPress admin area. Click on “Additional CSS”, then add this code and save:

    
    body.blank-slate {
      width: 80vw;
    }
    

    This should do what you requested but may not work perfectly on mobile.

Viewing 1 replies (of 1 total)
  • The topic ‘Is it possible to adjust page (content) width to 80%?’ is closed to new replies.