Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #333998
    Glen Pavelich
    Participant

    I have increased the page width

    primary content-area, page no-sidebar content-area, single no-sidebar content-area

    to

    max-width 1090px

    Will this cause issues with any of the screen sizes?

    Is there a media query required?

     

    #334000
    sujapati
    Keymaster

    @Glen: No you won’t get any problems by adding max-width property. Let me know if there are any issues.

    #334011
    Glen Pavelich
    Participant

    I do have another question about width.

    As you can see on this page

    http://thegloriousrevival.org/statement-of-principles/

    The siteorigin page builder row is only extending part way on the page.

    Can you help me adjust the text area width so it isn’t so limited?

    (I have tried the pagebuilder row to full, and standard and they are both narrow as shown.  Stretched extends all boundaries so is not usable.  – so I don’t think it is pagebuilder since none of my other sites using pagebuilder are doing this.)

     

    Thanks

    #334032
    sujapati
    Keymaster

    @Glen: I see you’ve made some custom changes to the theme. Please add the following snippets to adjust the content width.

    .single.no-sidebar #primary.content-area,
    .page.no-sidebar #primary.content-area {
       max-width: 1200px;
    }

    Thanks

    • This reply was modified 1 month, 1 week ago by sujapati.
    • This reply was modified 1 month, 1 week ago by Sakin.
    • This reply was modified 1 month, 1 week ago by Sakin.
    #334047
    Glen Pavelich
    Participant

    Thank you.  So excellent to have the full page back.

    Cheers.

     

    G

    #334050
    sujapati
    Keymaster

    @Glen: Glad to know that you have achieved the solution. Let me know if you have any further theme-related issues.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.