This content has been marked as final.
Show 2 replies
-
1. Re: BC product catalog stays outside div container
SproutCreatives Jul 14, 2013 12:15 PM (in response to William Noel)looks like the class .container in bootstrap.css line #5401 is setting the width of your layout to 1170px. Which is over riding an eariler setting for same class up on line #202 in bootstrap.css. Since your table is set to 100% of it's overall container you are getting the overhang. if you change that setting to 940px (which is probably what you wanted anyway), the products should be within site layout.
-
2. Re: BC product catalog stays outside div container
William Noel Jul 14, 2013 12:32 PM (in response to SproutCreatives)Ding! Ding!
Thanks so much SproutCreatives!!!
That was it - I just deleted the .container div completley and that solved the problem.
Awesome!
Thank You

