I want to use a portfolio page with the same width I use my other pages – which is 800px.
I tried to figure it out but no go….I can change the blog and standard pages using:
////////////////////////
.page .fullsize .content .entry-content-wrapper {
padding-right: 0;
max-width: 800px;
margin: 0 auto;
}
#top .fullsize .template-blog .post .entry-content-wrapper > * {
max-width: 800px !important;
}
///////////////////////////////////////////
Just wondering what the Quick CSS might be for the single portfolio page.
Thanks in advance.
Hi GZAM!
Can you post the link to your website please? So we can provide you more accurate custom CSS code
Best regards,
Yigit
Hey!
Please try adding following code to Quick CSS
.single-portfolio #main .content, .single-portfolio #main .container {
max-width: 800px!important;
}
Regards,
Yigit
hey thanks –
close – it made it 800px width – but it is adjusted left not centered –
any idea how to center it (like the blog look when no sidebar is present)
I have that page set to not have sidebars – in case that matters
never mind – got it
just added
margin-left: auto;
margin-right: auto;
thanks