Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #745936

    Hi the page I’m working on is:
    http://bodytalkminneapolis.com/index.php/services/

    I would like to move the empty space on the right side please

    and where or how do I arrange which category I want to show in order left to right?

    Thank you!!

    #745939

    I tried to add:

    .woocommerce.archive .content {
    width: 100%;
    border: none;
    }
    .woocommerce.archive .sidebar {
    display: none!important;
    }

    and now it made the categories smaller

    my intention is to have the categories to be the default size and go all the way from left to right

    you can see they

    where the side bar line was

    #747598

    Hi,

    Please change the code to following one

    .woocommerce.archive .content {
    width: 100% !important;
    border: none;
    }
    .woocommerce.archive .sidebar {
    display: none!important;
    }

    Best regards,
    Yigit

    #747720

    Thank you it worked, where would I find the option settings for increasing the category picture/square/container size?

    #747739

    Hey!

    Please go to WooCommerce > Settings > Products > Display and decrease column count

    Regards,
    Yigit

    #748156

    That is supportive thank you.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Removing Service Page Side Bar’ is closed to new replies.