Help Center
Send us a messageGo to PixFort platformGet a License
  • PixFort Help Center
  • Getting started
    • How it works in 3 easy steps
    • How to create a PixFort account
    • Synchronize your account with envato market account
  • Creating Projects
    • Create your first project
    • Delete your project
  • Using PixFort builder
    • Introduction to PixFort Builder
    • Building pages using Page Builder
    • Change page width
    • Create fully working forms using Form Builder
    • Introduction to popups
    • Automatic Popups
    • How to edit menu
    • How to edit maps in builder?
    • How to change a video
    • Changing Background image of Sections
    • Add Google Analytics
    • Button customizer
    • Edit Sliders
    • Changing Links in your page
    • Change & upload images
  • Integrations
    • How to configure an integration
    • SMTP emails
    • Custom emails
    • MailChimp Integration
    • GetResponseā€Ž Integration
    • Mailerlite Integration
    • AWeber Integration
    • MailWizz Integration
    • Changing Forms feedback messages
    • Setup reCAPTCHA in forms
    • Configure the Integrations Manually
  • Exporting your project
    • Export your Project as .zip file
    • Publish project via FTP
  • Upload project to server
    • Uploading project files to my hosting
  • Your account
    • Add another Envato account
  • FAQ
  • Pricing, Licenses & Terms
    • Licenses & Projects explained
    • Refund Policy
Powered by GitBook
On this page

Was this helpful?

  1. Using PixFort builder

Change page width

Learn how to change the page width

To change page width you can insert this snippet code in the CSS editor inside the builder:

@media (min-width: 1200px) {
    .container{
        width: 1170px;
        max-width: 100%;
    }
}

PreviousBuilding pages using Page BuilderNextCreate fully working forms using Form Builder

Last updated 5 years ago

Was this helpful?