• I currently running a Wootheme called Wootique and ever since updating to WordPress 3.5.1 the related products section on each page is no longer on the same row but now in a column. ex. bottom of this page.

    This is happening for every product page. I’ve been looking for related products option on every section of woo theme/wordpress but I can’t find it. Please help. Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • These forums only support themes from the repository on this site, so you’ll need to contact WooThemes for help.

    Thread Starter truebeyond

    (@truebeyond)

    Thanks for your reply. I guess I’ll send them a quick email.

    Hello
    Open the style.css file of your theme, try:

    .single-product .type-product {
    clear: left;
    position: relative;
    }

    and remove the clear: left

    Using Woocommerce with Wootique, this worked! The line was found in section 7:3 Single Products Page.

    A caveat: We were actively using a custom css page as well. It didn’t work until I cleared it in both of them.
    Code should look like this:

    .single-product .type-product { position: relative;}

    when you’re done.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Theme Wootique – Related Products Alignment’ is closed to new replies.