Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #281638

    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.

    #281640

    Hi GZAM!

    Can you post the link to your website please? So we can provide you more accurate custom CSS code

    Best regards,
    Yigit

    #281657
    This reply has been marked as private.
    #281664

    Hey!

    Please try adding following code to Quick CSS

    .single-portfolio #main .content,  .single-portfolio #main .container {
    max-width: 800px!important;
    }

    Regards,
    Yigit

    #281665

    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

    #281676

    never mind – got it
    just added

    margin-left: auto;
    margin-right: auto;

    thanks

    #281685

    Hi!

    Glad you figured it out! Let us know if you have any other questions or issues :)

    Regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘How To Change Portfolio Width to 800px’ is closed to new replies.