Viewing 4 replies - 1 through 4 (of 4 total)
  • Your #content section has a very large right margin which is preventing your items from taking up the full width even though you’ve gotten rid of the sidebar using the page template changer.

    Do you have any experience with CSS?

    Thread Starter touch.of.heart

    (@touchofheart)

    Very limited experience. I’ve done a lot of the changes on my own (like updating the footer, changing the fonts, ect.) using the different CSS sections in the theme. Just can’t figure out how to change the margins on that one section.

    If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then do the following:

    #content {
       margin: 0 auto;
    }

    Keep in mind that this will affect your #content section ACROSS your entire site. You might have to get more specific (ie: .archive #content) if you only want to select that section in a certain instnace.

    Thread Starter touch.of.heart

    (@touchofheart)

    Thanks @allisonplus!

    I’ve done some playing around and managed to get it to work. Thanks! ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove Sidebar on Product Pages’ is closed to new replies.