• Resolved espinosa88

    (@espinosa88)


    Hello I have removed the search portion and would like to remove the side bar portion of the catalog completely. I would like the products to show up how I have the products showing below the catalog in place on this page. I hope this makes sense. I am making a catalog out of the products below the actual catalog on this page and would like to remove the side bar and center products completely.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter espinosa88

    (@espinosa88)

    Also how do I make it 4 to a row and add more spacing?

    Thread Starter espinosa88

    (@espinosa88)

    OK NEVErmind i found the answer in the FAQ lol. I would still like to know how to make more than 3 products in one row please

    Hello Sir,
    I search same result to remove sider with search
    Can you say me you’r procedure for remove this sider?

    Thank a lot

    Best regards

    Michel

    Hi espinosa88,

    The thumbnails have a set width and take up the available space in your theme’s main container. If you wanted to force it to be more per row and take up all available space, one thing you could try doing is changing the width of each thumbnail to be a percentage. You’d have to take into account the margin currently being applied. You could try something like:

    
    .upcp-thumb-item { width: calc(25% - 20px); } 
    

    Then you’d likely have to alter the size of some of the other elements on the catalog page to match.

    Hi michel91240,

    You could use the following shortcode to hide the sidebar from displaying in the catalog:

    [product-catalog id=’X’ sidebar=’No’]

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove sidebar completely’ is closed to new replies.