Jump to content

How to increae number of columns?


Recommended Posts

So, I assume you are referring to the columns under the "Featured Games" heading. It's a simple CSS change, and I highly recommend using FireFox with FireBug for testing these types of CSS configurations. I was able to change your layout in my browser from 2-column to 3-column by changing the following code (line 679 in global.css):

div#featured-products_block_center ul li {
   width: 110px; /* was 190px; */
}



See the attached before and after. Since you are using a background image for those <li> tags, you will need to resize it for the new column size. Is this what you were looking for?

43250_c7g74ZZfG0hBFVoc8iWU_t

43251_PTT9u7NHCYvDZgLjrSa1_t

Link to comment
Share on other sites

  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...