Tagged: layout, Single Portfolio
-
AuthorPosts
-
February 15, 2016 at 10:34 am #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!
MaaikeFebruary 17, 2016 at 11:24 am #584589Hi 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, 9 months ago by Vinay.
February 17, 2016 at 6:24 pm #584880Tx!
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
February 17, 2016 at 7:02 pm #584901You 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 :-))
February 18, 2016 at 9:06 pm #585689Hi!
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 KashyapFebruary 19, 2016 at 9:50 am #585930Hi 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
February 19, 2016 at 9:52 am #585931Maybe 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; }
February 19, 2016 at 5:13 pm #586171Hi!
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 KashyapMarch 8, 2016 at 10:42 am #594922Hi Vinay,
Thanks!
That would be very nice :-)
Maaike
March 10, 2016 at 8:03 am #596124Hey!
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,
IsmaelMarch 24, 2016 at 6:21 pm #603313Thanks Ismael.
You can close this thread if you want :-)
Have a nice easter-weekend!
-
AuthorPosts
- The topic ‘Edit layout single portfolio’ is closed to new replies.