• Hi,

    The Customer that I am helping wants to have the borders in the centered content area fullwidth. Like it is in the footer and header. I have googled and tested several solutions but nothing helps. I get the feeling that it might not be possible. Is it possible to get a border in the centered content area to have fullwidth across the whole page?

Viewing 3 replies - 1 through 3 (of 3 total)
  • That question is probably dependent on your theme. In that case it is best to ask the theme developer directly. It your theme is from the WordPress repository, you can view the support forum through their download page.

    Commercial products aren’t supported here.

    It would also be helpful to provide a link to your site as the answer is most likely in the code.

    Thanks

    Thread Starter gabby_wordpress

    (@gabby_wordpress)

    .section_wrapper {
    width: auto;
    }

    You could try that. Add your custom CSS with a plugin or use a child theme. Best not to edit theme files directly.

    That rule might affect other areas of your site because .section_wrapper is probably called on other elements.

    There are also rules affecting your sites responsive display so, smaller screens restrict the width of the content area. This might call for some @media queries for your break points.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fullwidth border in centered content area?’ is closed to new replies.