WooCommerce Categories Showing 2 Columns

Home Forums Jevelin Theme WooCommerce Categories Showing 2 Columns

Home Forums Jevelin Theme WooCommerce Categories Showing 2 Columns

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
  • moudy3000
    Participant

    WooCommerce Categories(Content Element) Showing 2 Columns even when i change it to 3 columns in the settings. see attached.

    Attachments:
    You must be logged in to view attached files.

    Hi @moudy3000,

     

    I hope you are well today and thank you for your question.

     

    Could you please share me the page URL from your site where it is not displaying correctly so that i can troubleshoot it?

     

    Best regards,
    Shufflehound team

    Solution for this topic

    I could confirm the issue on my test site therefore notified the theme developer about this so that it will be fixed.

     

    The issue will be fixed ASAP.

     

    In the meanwhile you can try resolving the issue by adding the following CSS code in the Custom CSS code option of your theme on the below path.

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    @media (min-width: 992px){
    .sh-woocommerce-categories[data-id="3"] .col-md-6 {
        width: 33.33%;
    }
    }

    We have fixed this issue in the latest theme beta version that you can get from http://support.shufflehound.com/download/jevelin-beta/

    moudy3000
    Participant

    Thanks for your help. another issue i noticed is when i use 2 columns there is no spacing being the first and the second row. see attached

     

    Thanks,

    It seems to attach the screenshot.

     

    Could you please share it again or share me the page URL from your site where it is displaying so that i can troubleshoot it?

    It seems this is happening on your site because you are using older version 2.3.0 of theme on your site please try using latest version of it by downloading it from below.

     


    Please login to access this file

    moudy3000
    Participant

    How can install the new version without losing my content? I’m having another issue on the home page where the 2nd row “Recently Added” is not aligning properly. see attached

     

    http://hamiltondrives.com/athletics_international/

     

     

    Attachments:
    You must be logged in to view attached files.

    How can install the new version without losing my content?

    You can do this using following plugins.

     

    https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/

     

    I’m having another issue on the home page where the 2nd row “Recently Added” is not aligning properly. see attached

    To resolve this issue try using following custom CSS code as described above.

     

    .sh-woocommerce-products .woocommerce ul.products li.first {
        clear: both!important;
    }

    Crable
    Participant

    Hello! I have the same problem in 4.1.2 version.

    Can you help me to resolve the problem?

    https://ss.r.zp.ua/shop/

     

    Thank you!

     

     

    Attachments:
    You must be logged in to view attached files.
Viewing 12 posts - 1 through 12 (of 12 total)