Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1276234

    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

    #1276401

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.