GetSimple Support Forum
monkeypod - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Sites Using GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=9)
+--- Thread: monkeypod (/showthread.php?tid=4177)



monkeypod - Timbow - 2013-01-22

Pleased with how this came out.

This is my own theme Citywide, adapted with new colours, the header image replaced with a I18N slideshow, and a new 3column page layout for the homepage.

http://www.monkeypod.co.uk


RE: monkeypod - mvlcek - 2013-01-22

(2013-01-22, 00:13:06)Timbow Wrote: Pleased with how this came out.

This is my own theme Citywide, adapted with new colours, the header image replaced with a I18N slideshow, and a new 3column page layout for the homepage.

http://www.monkeypod.co.uk

Regarding the gallery the margin of the CSS rule
Code:
#content .page-text img {
  ...
  margin: 0 0 20px;
}
is in effect for the thumbnails, which create a not-so-nice empty space below the thumbnail images. You should create an additional rule to disable this for the thumbnails.


RE: monkeypod - Timbow - 2013-01-22

(2013-01-22, 00:43:53)mvlcek Wrote: Regarding the gallery the margin of the CSS rule
Code:
#content .page-text img {
  ...
  margin: 0 0 20px;
}
is in effect for the thumbnails, which create a not-so-nice empty space below the thumbnail images. You should create an additional rule to disable this for the thumbnails.

Thanks, I hadn't spotted that. I was letting the owner do his own gallery. I will fix it now.....
#content .page-text .gallery-thumb img {margin:0;}
Done


RE: monkeypod - shovenose - 2013-01-25

Nice, I like the use of a template Smile

I've built a couple templates that are really basic, but make it really fast to make a GetSimple-based website for clients. sort