Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #583246

    Hi there,

    Is there a way to edit the layout of all single portfolio items without using the Advanced Layout Builder?

    Right now, there is so much difference between the layout of the blog and the portfolio.
    They both don’t use sidebars but the portfolio is full width and the blog is half a page (aligned in the middle). I like the way the blog is right now.

    Can you help me change the portfolio without having to edit every single item separatly?

    Thanks in advance!

    Have a nice day!
    Maaike

    #584589

    Hi maaikevk!

    We are working on your ticket please wait while we update the results here soon.

    please add the below code to Enfold > General Styling > Quick CSS

    .fullsize .content .entry-content-wrapper {
        max-width: 800px;
        margin: 0 auto;
    }
    

    Best regards,
    Vinay Kashyap

    • This reply was modified 8 years, 1 month ago by Vinay.
    #584880

    Tx!

    Looks good :-)

    Can you help me make this active for only the portfolio-items? Now it is active on all the the pages, also the ones I would like to stay the way they were.

    Hope to hear from you!

    Maaike

    #584901

    You know what?

    Forget about that question. I think I do like this 800px wide version.

    The new question which arises is:
    How can I get exactly the same width on the blogs? These are now just a little bit smaller.

    Thanks :-))

    #585689

    Hi!

    Glad you like it :)

    Please use the below css to increase the blog content width

    #top .fullsize .template-blog .post .entry-content-wrapper > * {
        max-width: 800px!important;
    }
    

    Cheers!
    Vinay Kashyap

    #585930

    Hi Vinnie,

    Tx!

    Tried the code, but I don’t see any changes…

    Would you be so kind to look into it?

    Going offline for a week, so if I don’t respond to your message… I’ll be back ;-)

    Maaike

    #585931

    Maybe it has to do with me using both the codes?

    
    /*breedte van portfolio pagina anders*/
    .fullsize .content .entry-content-wrapper {
        max-width: 800px;
        margin: 0 auto;
    }
    
    /*breedte blogpagina's*/
    #top .fullsize .template-blog .post .entry-content-wrapper > * {
        max-width: 800px!important;
    }
    #586171

    Hi!

    Sure Maaike we will look into it please create a temporary user with ‘administrator’ role and share in private content with permission to deactivate all plugins and add custom code if necessary to help you resolve this issue.

    Cheers!
    Vinay Kashyap

    #594922

    Hi Vinay,

    Thanks!

    That would be very nice :-)

    Maaike

    #596124

    Hey!

    Can you help me make this active for only the portfolio-items? Now it is active on all the the pages, also the ones I would like to stay the way they were.

    Use the .single-portfolio selector. Replace the code with this:

    /*breedte van portfolio pagina anders*/
    .single-portfolio .content .entry-content-wrapper {
        max-width: 800px;
        margin: 0 auto;
    }

    Regards,
    Ismael

    #603313

    Thanks Ismael.

    You can close this thread if you want :-)

    Have a nice easter-weekend!

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Edit layout single portfolio’ is closed to new replies.