Help Center
Send us a messageGo to PixFort platformGet a License
Search…
⌃K
Links
PixFort Help Center
Getting started
Creating Projects
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
Exporting your project
Upload project to server
Your account
FAQ
Pricing, Licenses & Terms
Powered By GitBook

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%;
}
}
​
Previous
Building pages using Page Builder
Next
Create fully working forms using Form Builder
Last modified 3yr ago
Copy link