Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #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 ?

    #491438

    Hi Anton!

    Try adding this to your custom CSS.

    .single-post #wrap_all { max-width: 1000px !important; margin: 0px auto; }
    

    Best regards,
    Elliott

    #491552

    Elliott,

    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 ?

    #491894

    Anybody can help me ?

    #491895

    Hi!

    Please do provide us a live version of the site, so we can check it out.
    Thanks a lot

    Cheers!
    Basilis

    #491896

    Like it’s written in the first post I’m working on localhost

    #491897

    Hey!

    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,
    Basilis

    #549326

    Hi,
    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 ?

    #549330

    Hey!

    Can you please set your layout to boxed and then post the link to your website?

    Cheers!
    Yigit

    #549333

    Sorry about that
    http://www.newpointdeview.com
    Boxed layout set

    #549336

    Hi!

    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,
    Yigit

    #549342

    Hey 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 ?

    #549345

    Hey!

    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,
    Yigit

    #549349

    Great !

    Thank you.

    Resolved

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Pages stretched and posts boxed layout ?’ is closed to new replies.