I have developed a page here – https://balrajdesign.com/elev8/portfolio/ – but my client wants the page contents to be narrower meaning it should only take up 75% of the width and be centered in the middle ONLY for this page (the rest of the site has to remain the same 100% width)
What is the easiest way to achieve this? I currently have a series of color sections on this page
Hey navindesigns,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top.page-id-248 .container {
width: 75vw;
}
If you need further assistance please let us know.
Best regards,
Victoria