Tagged: catch responsive, plugin, sidebar, woocommerce
- This topic has 4 replies, 2 voices, and was last updated 8 years, 10 months ago by Pratik.
-
AuthorPosts
-
December 27, 2015 at 2:56 am #81712minionMember
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/
December 27, 2015 at 7:48 pm #81724PratikParticipantHi @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.
December 28, 2015 at 3:54 am #81745minionMemberthank you very much
December 28, 2015 at 4:00 am #81746minionMemberit worked perfectly 🙂
December 28, 2015 at 9:23 am #81750PratikParticipantHi @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 -
AuthorPosts
- The topic ‘sidebar is under content due to woocommerce’ is closed to new replies.