cancel
Showing results for 
Search instead for 
Did you mean: 

Hi there everybody. New to Magento and looking for help.

Hi there everybody. New to Magento and looking for help.

Hi there everybody. New to Magento and looking for help. Here is my first task that I am hoping to get assistance with.

 

• On my homepage, the Featured Product table is 3 columns and I want it to be 4 columns because I only have 4 products.

• I also want the table to be the same width as the slider (above)

• I also want the grey bar 'Featured Product' to be the same width as the slider and the table. 

 

Hope someone can assist. I am looking forward to getting my teeth into this.

 

Thanks

1 REPLY 1

Re: Hi there everybody. New to Magento and looking for help.

I changed my featured products columns from 4 to 3 evenly spaced columns in my global.css file. I don't know code, so I try to keep my editing very simple.

Around Line 975: I changed the middle padding to 22px. If your images are bigger, you may need to change it to 20px or less.

padding: 0 22px 1px;

I use Firebug add-on for Firefox to show me what code to edit. Hope this helps.