• I am trying to center one of my forms on a specific page. It appears that the theme is saving space for a sidebar (I am not using any sidebars at this time,) and so is not centering my form.

    Is there a way to remove this “saving” so that my form will actually be centered on the page?

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

Viewing 1 replies (of 1 total)
  • Theme Author CrestaProject

    (@crestaproject)

    Hi @darrmik
    in the PRO version theme you can set the pages (or specific page) without sidebar with 1 click, instead in the free version you have to use a CSS code.
    Go to your WP Dashboard under “Appearance-> Customize-> Additional CSS” and paste this code:

    
    body.page-id-256 #primary.content-area {
    	width: 100%;
    }
    

    Best Regards,
    CrestaProject

Viewing 1 replies (of 1 total)
  • The topic ‘Removing Sidebar’ is closed to new replies.