Looks like i figured it out. Besides the CSS I had to add earlier (thanks to @lzantal), I decided to place a <div class="clearboth"> that called a clear:both property right before the h4 heading. Looks like that gives me what I needed. Thanks to all that helped me out. I do appreciate it.
J. On Dec 5, 1:12 pm, jc <[email protected]> wrote: > Essentially, what I'm trying to do is have all products under each h4 > heading, on a different line. Once I create a new category, and add a > product to that category it'll be displayed on a seperate line, *not* > on the same line as the above categories, which is what is happening > at the moment. > > j. > > On Dec 5, 12:27 pm, jc <[email protected]> wrote: > > > > > > > > > Gosh, I forgot to paste the re-written code...I guess I'm starting to > > get a little confused. :Dhttp://paste.pocoo.org/show/300897/ > > > j. > > > On Dec 5, 11:35 am, jc <[email protected]> wrote: > > > > And I really don't know a lot about CSS...but can I do this with CSS? > > > If so, any suggestions where to start? :) > > > > On Dec 5, 11:21 am, jc <[email protected]> wrote: > > > > > I've re-done this code. If I'm understanding this template code > > > > (category.html), it looks like I had some CSS in an unnecessary place > > > > (within the h3 tags, which isn't necessary). Regardless, I still need > > > > to code in the same behavior that I wrote about in my above post. Now > > > > that I only have one loop (well, technically two) I think this might > > > > be a little easier. Any ideas are welcome. > > > > > The CSS for the template code is very simple, though I don't *think* > > > > it's really important in this situation, correct me if I'm wrong. > > > > > ul.product-category li { > > > > float: left; > > > > display: inline-block; > > > > > } > > > > > Thanks again, > > > > J. > > > > > On Dec 5, 9:57 am, jc <[email protected]> wrote: > > > > > > I need this codehttp://paste.pocoo.org/show/300846/toprinta > > > > > newline *before* each <h4> heading (essentially, wrapping it to the > > > > > next line). > > > > > Create another loop to do this or is there an easier way? > > > > > Thanks, > > > > > J. -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
