GetSimple Support Forum

Full Version: Grill modification
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
I'm looking at the grill theme.
in the part about there pictures.
I want to put two pictures and I can not seem to put them at the center.
I look around the css files but nothing was done.
can you give me a boost?
Best regard
Hi Marc, I think you would need to look at the bootstrap grid which determines how the images are laid out. Where you have  an image inside for instance <div class="col-md-3 col-sm-6"></div> those are bootstrap classes to define the columns. It's explained here  http://getbootstrap.com/css/#grid
(2015-06-17, 08:23:41)Timbow Wrote: [ -> ]Hi Marc, I think you would need to look at the bootstrap grid which determines how the images are laid out. Where you have  an image inside for instance <div class="col-md-3 col-sm-6"></div> those are bootstrap classes to define the columns. It's explained here  http://getbootstrap.com/css/#grid
I'm changing col-md-3 and col-sm-6 indicated right or center but nothing to do ...
I'll watch your link if I allow myself to get back to you .. because it's been a while since I did not find Smile
(2015-06-17, 15:47:52)marc63 Wrote: [ -> ]
(2015-06-17, 08:23:41)Timbow Wrote: [ -> ]Hi Marc, I think you would need to look at the bootstrap grid which determines how the images are laid out. Where you have  an image inside for instance <div class="col-md-3 col-sm-6"></div> those are bootstrap classes to define the columns. It's explained here  http://getbootstrap.com/css/#grid
I'm changing col-md-3 and col-sm-6 indicated right or center but nothing to do ...
I'll watch your link if I allow myself to get back to you .. because it's been a while since I did not find Smile

Maybe http://getbootstrap.com/css/#grid-offsetting
Don't know exactly what you are trying to do
i just to change with <div class="col-md-3 col-md-offset-2">
and this seems to me not too bad I'm testing Smile
ok, I make mistakes and fix success