The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
Grill modification - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Themes (http://get-simple.info/forums/forumdisplay.php?fid=10) +--- Thread: Grill modification (/showthread.php?tid=7346) |
Grill modification - marc63 - 2015-06-17 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 RE: Grill modification - Timbow - 2015-06-17 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 RE: Grill modification - marc63 - 2015-06-17 (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/#gridI'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 RE: Grill modification - Timbow - 2015-06-17 (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/#gridI'm changing col-md-3 and col-sm-6 indicated right or center but nothing to do ... Maybe http://getbootstrap.com/css/#grid-offsetting Don't know exactly what you are trying to do RE: Grill modification - marc63 - 2015-06-17 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 RE: Grill modification - trunghieu9xt - 2015-06-23 ok, I make mistakes and fix success |