Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #81712
    minion
    Member

    Hi,

    after installation of woocommerce plugin my right sidebar fell to the bottom of the page. I tried adding .container .clear {clear: none;} to my custom css but it did not help.

    Please help me fix this.

    This is how it looks on the page http://gregicpromet.hr/gp.hr/kategorija-proizvoda/skolski-namjestaj/skolske-garniture/

    #81724
    Pratik
    Keymaster
    
    Hi @minion,
    
    Catch Responsive Free version is not WooCommerce Ready. The pro version is. 
    
    However, it looks like you have customized your page a bit and it has a few issues. The first one is that the page has two div with id content. And you have a container div, which in not there by default.
    
    Add the code below in "Appearance=> Customizer=> Theme Options=> Custom CSS" and it should work.
    

    #container .products {
    width: 100%
    }
    #content #container {
    float: left;
    width: 820px;
    }
    `

    If this does not work, you will need to revert to the original classes and content and it will work, otherwise, you will need to hire a customizer.

    #81745
    minion
    Member

    thank you very much

    #81746
    minion
    Member

    it worked perfectly 🙂

    #81750
    Pratik
    Keymaster

    Hi @minion,
    I am glad it worked out. If you liked our theme and support, please support it by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-responsive?rate=5#postform

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘sidebar is under content due to woocommerce’ is closed to new replies.