• Resolved nateta

    (@nateta)


    Hey guys, kinda new to wordpress, so basically I’m using the woocommerce plugin and for some reason my main page has a nice wrap around the content area but however when you go through product categories it disappears the same thing with the shop page, I’m not sure what I need to edit, it seem’s like it’s just not added into that part of the website? my thoughts are something to do with the template for that specific part of the website, I can get round it by making a custom page for that part of the site but it involves a lot of extra work forwarding and short coding so I was just wondering if anyone had any ideas

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    Hi there 👋

    This can be fixed with some custom CSS. Under Customize > Additional CSS, you can add the following code:
     

    /*Change color to white and Increase the padding of the container*/
     #primary {
        background-color: white !important;
        padding: 30px !important;
    }
    

    If you’d like to learn more about CSS, I highly recommend using the free tutorials at w3schools. Here, you can find the basics of selectors (how to target the right element on the page), and properties (how to change the element on the page).

    I hope that helps 🙂

    Thread Starter nateta

    (@nateta)

    Wow I can’t believe it was that simple, thanks, I’ll apply this as and where needed, thanks again!

    Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    We are happy to help 😃

    Great! if you have any further questions, you can start a new thread.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Page style’ is closed to new replies.