Framework

rolani
rolani's picture

Joined: 2011-11-27
Posts: 18
Posted: Mon, 2014-05-19 12:30

www.travelfoto.biz
I am using 3nids theme.
How can I adjust the framework so pictures and/or subtitles fall in the frameworks?
See attachment
thks for any help
Rolf

AttachmentSize
desk.jpg59.84 KB
 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Mon, 2014-05-19 16:27

Smaller thumbs?
or in the screen.css file adjust the height and width:

#g-content #g-album-grid .g-item {
  background-color: #484848;
  border: 1px solid #e8e8e8;
  float: left;
  font-size: .7em;
  padding: .6em 8px;
  position: relative;
  text-align: center;
 width: 180px;
 height: 210px;
  z-index: 1;
}

I suspect that with the theme being fixed width you will run into some other issue as the container the thumbs fit in is fixed width and they will float to the next row.

Use firefox and the dev tool to find other places you can customize.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team