Announcement

Collapse
No announcement yet.

help on ctgy page

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    help on ctgy page

    can somebody teach me how to make the ctgy page to have 4 products in one row. basically i wont be using category tree. thanks

    #2
    The simplest way, though not completely 'responsive', but does switch between 4, 3, 2, 1 across with browser window, is the set the largest product container to:

    { float:left, width:25%; padding: 20px; height: 225px }

    which means each product will float right next to the other until the forth item occurs when it runs out of room and starts a new line. You'll need to adjust padding (space inside the container) and Height needs to be set.

    Another way is to switch to Point and Click, select 4 across and other settings. Then, if you want to further customize, you can switch to advanced. Miva will save the HTML needed to create the point and click version that you can use as a starting point.
    Bruce Golub
    Phosphor Media - "Your Success is our Business"

    Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
    phosphormedia.com

    Comment

    Working...
    X