Skip to content
Public Ticket #7561

Make single portfolio boxed

Conversation thread

Penci Design replied

Staff Reply

Hi,

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

maartendc started the conversation

Conversation Start

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

Want to join this conversation or access attachments? Sign in first.