• Hello,

    We’re loving Seasonal on our website – thank you!

    While WooCommerce is operating without any hitches, the shop pages are not integrating well. I realize it’s an unsupported theme, but I am curious if you could provide any suggestions on making it look better aside from the WooCommerce hooks or woocommerce_content().
    I have not created a child theme.

    Our website: https://www.whirlyboats.com/shop (and all the shop pages)

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Shaped Pixels

    (@shaped-pixels)

    Thank you for the comment about Seasonal ??

    Regarding the WooCommerce, what happens is that it uses a couple base templates from the theme and replaces a batch of code for its own. But rather than go into techy stuff, I have a solution for you with some custom CSS. In your case, you are not using Jetpack or a child theme, so the best way to make custom CSS changes is to use a plugin called “Simple Custom CSS” and then add this:

    #content {
        padding: 2%;
    }

    That will put a 2% padding (space) at the top, right, bottom, and left sides. You can use pixels if you want, but the percent value changes based on the window size.

    Thread Starter jaburke

    (@jaburke)

    Oh my goodness – You are amazing! ??

    Thank you so very much. This worked perfectly.

    And you are welcome for the comments about Seasonal. It really is a fantastic theme!

    I can start a new topic if I need to (let me know, first time posting) but also on the same WooCommerce shop pages, I get a footer widget area I can’t remove. It’s not the end of the world, but it’s inconsistent which is itching at my OCD. If you have a suggestion, awesome, if not, completely okay.

    Thanks again! Your timely response in resolving my problem is much appreciated.

    Theme Author Shaped Pixels

    (@shaped-pixels)

    I’m glad it worked….as for the other issue, normally I would say start a new topic, but this one is an easy one. The sidebar is added by WooCommerce…but add this to your custom CSS you started:

    #sidebar {
        display: none;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WooCommerce Shop Pages & Seasonal’ is closed to new replies.