Posts: 1,127
Threads: 136
Joined: Feb 2012
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
Posts: 2,094
Threads: 54
Joined: Jan 2011
(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.
Posts: 1,127
Threads: 136
Joined: Feb 2012
2013-01-22, 00:48:21
(This post was last modified: 2013-01-22, 01:05:27 by Timbow.)
(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
Posts: 687
Threads: 63
Joined: Nov 2011
Nice, I like the use of a template
I've built a couple templates that are really basic, but make it really fast to make a GetSimple-based website for clients. sort