Home Forums Basel support forum Reduce white space on either side of content

Reduce white space on either side of content

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3647

    tmoods
    Participant

    Hi there,

    I’m really enjoying the theme but have a couple of queries:

    1. I’d like to reduce the amount of white space on either side of the content (when not using full width / stretch rows). For example in this screen grab of the /shop page is it possible to have the filter and product listings taking up more screen width? I don’t want to take them full screen but I want to reduce the white space. https://www.dropbox.com/s/u5lvx2soaavxawu/Screen%20Shot%202016-09-08%20at%204.17.43%20PM.png?dl=0

    I can see how to achieve this at a page level by adjusting the margins but is there a global solution?

    2. I really like the ‘sale’ tag that is applied to products that are on sale (as per the second product from the left in the above grab). Is it possible to set-up other tags such as ‘best sellers’ and utilise the same icon display?

    Cheers,
    Todd

    #3658

    Artem Temos
    Keymaster

    Hello,

    1. If you are talking about increasing container width on your web-site you can use the following code snippet. Just place it to the Global Custom CSS section in Theme Settings

    @media (min-width: 1200px) {
        
        .container {
            max-width: 1270px;
            width: 100%;
        }    
    }

    2. There are no any other products badges except Sale in WooCommerce.

    Regards.

Viewing 2 posts - 1 through 2 (of 2 total)