• Resolved Tradewind25

    (@tradewind25)


    My WP theme does not allow a page without sidebar. I have installed your plugin and set this page to ‘FW No sidebar’.

    My problem is this:
    To maintain compatibility with my other pages I need to set padding around the page content. i.e. I do not wish to have the text spread 100% across the page width.

    Please advise the best way of achieving this.

    Thanks,
    Geoff

    • This topic was modified 3 years, 2 months ago by Tradewind25.
    • This topic was modified 3 years, 2 months ago by Tradewind25.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hi @tradewind25,

    I check the page and I see that it has left and right padding. Please refer to this screenshot.

    Have you managed to make it work or is it me missing something? Let us know if you need more help, otherwise please mark the topic as resolved.

    Kind regards,
    Herman 🙂

    Thread Starter Tradewind25

    (@tradewind25)

    Hi Herman,

    Many thanks for your response, and apologies for not letting you know that I decided upon a solution.

    I have surrounded all the text in this page with a <div> of:
    <div style=”padding-left: 10%; padding-right: 10%; padding-bottom: 30px;”>

    Was this the sort of solution you would recommend?

    Cheers,
    Geoff

    Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hi @tradewind25,

    Please try adding the following CSS code in Appearance > Customize > Additional CSS instead

    .page-template-template-page-builder-no-sidebar div#content.site-content {
        padding: 30px 10%;
    }

    With the code above, all pages that use the FW No Sidebar template will have padding and you don’t need to add the padding manually to the text in the pages.

    I hope it will help. Feel free to reach out to us if you have any further queries.

    Kind regards,
    Herman 🙂

    Thread Starter Tradewind25

    (@tradewind25)

    Thanks Herman.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Adding padding to FW No sidebar’ is closed to new replies.