• Resolved skumar1st

    (@skumar1st)


    There are 4 “Content Layout” and want to fix one layout “content boxed” as fixed width. So when I select “content boxed” for particular post, that should work.

    Please guide.

    Thanks.

Viewing 11 replies - 1 through 11 (of 11 total)
  • Hi @skumar1st,

    This is the doc about the Content Boxed layout you can refer to know more about how it works.

    I hope it will work.

    Kind regards,
    Herman ??

    Thread Starter skumar1st

    (@skumar1st)

    Thanks Herman for quick response.

    Could you please give custom css where page width 750px when select “content boxed”?

    I really appreciate for this.

    Thanks in advance.

    Hi @skumar1st,

    You don’t need custom CSS as there’s an option to do that in the Customizer. Check out this screenshot.

    I hope it will help.

    Kind regards,
    Herman ??

    Thread Starter skumar1st

    (@skumar1st)

    Really thanks of reply for all query. Its really good.

    Basically problem is that, If change from customizer, It change for entire website.

    But I want default for all and 750px for “content boxed” page layout, So I select for particular post, in that case post will display in 750 px and rest all other post/page as default.

    Hope understand about problem. Pls help.

    Thanks.

    Hi @skumar1st,

    Yes, I get you. Please try the following CSS

    @media (min-width: 922px) {
    .single-post.ast-separate-container .ast-container {
        max-width: 750px;
        }
    }

    I hope it could help.

    Kind regards,
    Herman ??

    Thread Starter skumar1st

    (@skumar1st)

    Didn’t work.

    When I select “Content Boxed” in “Astra Setting > Content layout” while publishing post. That post layout should 750px.

    Pls check this possibilities and send css code.

    Thanks.

    Hi @skumar1st,

    I tested the code on my end before provided to you and it worked.

    Would you mind sharing with us your site URL?

    Kind regards,
    Herman ??

    Thread Starter skumar1st

    (@skumar1st)

    Thanks for help. Its work now after delete catche.

    • This reply was modified 3 years, 10 months ago by skumar1st.

    Good to know that, @skumar1st!

    Feel free to open a new topic or reach out to us thru our Support Portal if you have anything related to Astra we can help you with.

    Kind regards,
    Herman ??

    Thread Starter skumar1st

    (@skumar1st)

    Hi @bsfherman
    Got one problem.

    Comments form is not alignment properly in right and left side. Please look this page and help.

    https://areawala.com/enjify/

    Please guide.

    Hi @skumar1st,

    Sorry for the delay.

    I checked the URL above and didn’t notice the issue. Are you still having the issue or is it fixed by updating Astra to the latest version?

    Would you mind share with us a screenshot pointing to the issue? It will help us understand it better.

    Kind regards,
    Herman ??

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Page layout style change’ is closed to new replies.