Okay
  Public Ticket #3179856
Product not displaying correctly on some categories
Closed

Comments

  • gmkws started the conversation

    Product not displaying correctly in some categories. This just seems to have happened. been up and running for about a month.

    Below are examples of the categories that are not displaying correctly.

    https://highwayfuel.com/product-category/rock-sand/

    https://highwayfuel.com/product-category/retail/


    Any ideas as to what is causing this?


    Thank you

  •  1,609
    Barry replied

    Hi there,

    Thank you for your message.

    The issue is caused by a line of CSS code but unfortunately I can't see where this line comes from. Only I know that this is not coming from our theme or default plugins because the entire CSS code snippet consist out of names that are not used in our theme.

    Most likely this comes from an additional installed plugin or have been added as custom CSS by using a custom code plugin, this is the CSS code that causes the issue:

    ul.products li.product.first {
        clear: none !important;
    }
    

    The best is to check where this comes from by checking for any custom code plugin on your website or by temporary deactivate additional installed plugins like the ones that are related to something as "WRT" or "WT".

    If this can't be figured out the only way to fix this issue is by using another line of custom CSS code. The following can be copy/pasted to Appearance -> Customize -> Additional CSS, but I only recommend this as last option.

    body.woocommerce ul.products li.product.first {
        clear: left !important;
    }
    

    Hope this helps.

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes