• Resolved evamvid

    (@evamvid)


    The theme pushes all the WooCommerce content down below the sidebar. Is there any way to get around this??

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter evamvid

    (@evamvid)

    The site is at sutorioink.com/

    Theme Author Christine Rondeau

    (@crondeau)

    I’m not sure where to find the content from the woocommerce.
    I just clicked on a few pages and can’t find the right one.
    Can you provide a link where this content is not in the right spot?

    Thread Starter evamvid

    (@evamvid)

    If you go to the shop page and scroll down, you should see the woocommerce stuff under the sidebar.

    Link

    Theme Author Christine Rondeau

    (@crondeau)

    Looks like WooCommerce is putting everything in a div that has a class of container.

    What you’ll need to do is add some CSS to float that div to the right and give it a width.

    I would try to add the following to your child theme.

    .container {
    float: right;
    width: 80%;
    }
    Thread Starter evamvid

    (@evamvid)

    It didn’t work at first, but I changed it because the container div was id’ed container, not classed container. When I used the id selector instead, it worked great. Thanks!!

    Theme Author Christine Rondeau

    (@crondeau)

    Ah sorry about that. Must have looked too fast.
    Glad that worked.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘WooCommerce Isn't Playing Nice with the Theme’ is closed to new replies.