Advertisement:

Author Topic: Show as Gallery, how i can show 4 items for each row ?  (Read 1068 times)

naingood

  • Newbie
  • *
  • Posts: 16
Show as Gallery, how i can show 4 items for each row ?
« on: April 13, 2015, 09:25:57 am »
Hello guys, i'm newbie here ..
i want to show 4 items each row on home page gallery ..

Can i do that with bender theme ?

Thanks for ur help ..

frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: Show as Gallery, how i can show 4 items for each row ?
« Reply #1 on: April 13, 2015, 12:12:38 pm »
@naingood
Just use:
Code: [Select]
float:left;
clear:none;
width:23%;
margin:0 1% 15px 1%;

For CSS basics:
http://www.w3schools.com/css/

naingood

  • Newbie
  • *
  • Posts: 16
Re: Show as Gallery, how i can show 4 items for each row ?
« Reply #2 on: April 13, 2015, 02:22:39 pm »
Thanks frosticek,

Where i should apply that code .. ?

Regards,