• Resolved kielk98

    (@kielk98)


    The session specific pages are full width and there does not seem to be a way to edit the specific page/contents. I would like the session pages (that include the descriptions etc.) to be only say 1100px wide. Currently the text goes from edge to edge of screen.

    I would like to keep the overall website full width. Our theme builder allows us to customize each row to full width and allows for the width of specific content items within the row to be customized.

    I messed with the overall site Customize settings and was able to mess with the width there but that changes the whole site to be contained within the selected width not just the session specific pages.

    Hopefully that all makes sense! Appreciate any help

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter kielk98

    (@kielk98)

    we are using Beaver Builder theme. I saw in another post that seemed similar to this and the answer there was to add some css code to the customize settings. However that does not seem to be the answer to our problem.

    Thread Starter kielk98

    (@kielk98)

    Hello??

    Plugin Contributor Amber Hinds

    (@alh0319)

    Hi @kielk98,

    You can change this by adding custom CSS to your theme or in the customizer that targets only the session single.

    For example, this would make the width on these pages 900px wide at maximum.

    .wpsc-single-session {
        max-width: 900px;
        margin: 0 auto;
    }

    If you are not sure how to add custom CSS to your theme, you’ll need to consult a developer.

    Thread Starter kielk98

    (@kielk98)

    Amber,

    Thank you so much for the help. That worked amazingly! I appreciate the help ??

    Plugin Contributor Amber Hinds

    (@alh0319)

    Glad to help. Have a great day!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to/Can you edit Session Page Content?’ is closed to new replies.