HI,
I see that I can set the max container width of pages. Which is a nice feature!
But how can we set a specific page to it’s own width?
thanks,
larry
Hi Larry!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.page-id-1122 .container {
max-width: 70%;
}
You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Regards,
Yigit
Hey!
Please try the code as following
.home .container {
max-width: 102%;
width: 102%;
}
Best regards,
Yigit
Great, thanks Yigit.
Don’t see an option to mark this thread as solved…
Hey
Please try adding following code to Quick CSS
body#top.home {
width: 100%!important;
max-width: 100%!important;
}
Best regards,
Yigit
wicked! thanks Yigit