-
AuthorPosts
-
August 20, 2015 at 12:52 pm #490717
Hi,
FYI: i’m presently on localhost
I didn’t find the solution in this forum. Have tried to change the code this way, but that didn’t work.
I’d like to display all my pages (home, blog, front, etc.) in full width, but to put all my posts in boxed layout style. What would be the solution, pls ?August 21, 2015 at 3:18 pm #491438Hi Anton!
Try adding this to your custom CSS.
.single-post #wrap_all { max-width: 1000px !important; margin: 0px auto; }
Best regards,
ElliottAugust 21, 2015 at 7:03 pm #491552Elliott,
your code is doing well with the blog layout, but the header is going away:
BTW, the next combination gives exactly the same result, as you code :
.single-post #wrap_all {max-width: 1000px; margin: auto;}
I’ve tried to adjust the header:
#header {width: 60.13%;}
but of course it kills the header in pages (ie the rest of the website).Any other ideas ?
August 23, 2015 at 9:20 pm #491894Anybody can help me ?
August 23, 2015 at 9:23 pm #491895Hi!
Please do provide us a live version of the site, so we can check it out.
Thanks a lotCheers!
BasilisAugust 23, 2015 at 9:25 pm #491896Like it’s written in the first post I’m working on localhost
August 23, 2015 at 9:29 pm #491897Hey!
Let us know when it is live. I would like to see if there are changes, CSS that are over-writting etc.
We would love to assist you as much as possible, but we would need help on that.Best regards,
BasilisDecember 9, 2015 at 12:05 am #549326Hi,
my site is now online. Here’s my initial request in this thread :I didn’t find the solution in this forum. Have tried to change the code this way, but that didn’t work.
I’d like to display all my pages in full width (home, blog, etc.), but all my posts in boxed layout style. What would be the solution, pls ?December 9, 2015 at 12:07 am #549330Hey!
Can you please set your layout to boxed and then post the link to your website?
Cheers!
YigitDecember 9, 2015 at 12:12 am #549333Sorry about that
http://www.newpointdeview.com
Boxed layout setDecember 9, 2015 at 12:18 am #549336Hi!
Please add following code to Quick CSS
.responsive.html_boxed.html_header_sticky .page #header, .responsive.html_boxed.html_header_transparency .page #header, .responsive .boxed#top.page { width: 100%; max-width: 100%; } .page .av-submenu-container { width: 100%!important; max-width: 100%!important; }
Regards,
YigitDecember 9, 2015 at 12:27 am #549342Hey Yigit,
it’s working, thank you. Archives are boxed as well.
But actually I wanted this boxed style only in posts.
Do you think it’s possible ?December 9, 2015 at 12:29 am #549345Hey!
Please change the first part of code to following one
.responsive.html_boxed.html_header_sticky .page #header, .responsive.html_boxed.html_header_transparency .page #header, .responsive .boxed#top.page,.responsive.html_boxed.html_header_sticky .archive #header, .responsive.html_boxed.html_header_transparency .archive #header, .responsive .boxed#top.archive { width: 100%; max-width: 100%; }
Best regards,
YigitDecember 9, 2015 at 12:35 am #549349Great !
Thank you.
Resolved
-
AuthorPosts
- The topic ‘Pages stretched and posts boxed layout ?’ is closed to new replies.