Comments maartendc started the conversationMarch 31, 2019 at 10:00amHi, I would like to have my whole webiste in boxed layout (like my homepage). How can I do this for the singe portfoilio pages? Thanks 501Penci repliedMarch 31, 2019 at 2:02pmHi,Please go to Customize > Addtional CSS then add custom css to do that: #page.site { transform: none; background: #fff; max-width: 1400px; display: block; overflow: hidden; margin: 0 auto; box-shadow: 0 5px 8px rgba(0,0,0,0.2); -webkit-box-shadow: 0 5px 8px rgba(0,0,0,0.2); -moz-box-shadow: 0 5px 8px rgba(0,0,0,0.2); background-repeat: repeat; background-attachment: fixed; background-size: cover; }#page.site .site-header { max-width: 1400px;} Best Regards,PenciDesign Sign in to reply ...
Hi,
I would like to have my whole webiste in boxed layout (like my homepage). How can I do this for the singe portfoilio pages?
Thanks
Hi,
Please go to Customize > Addtional CSS then add custom css to do that:
Best Regards,
PenciDesign