image block showing vertically

Frappuccino

Joined: 2008-12-29
Posts: 4
Posted: Mon, 2009-04-06 23:03

i did a search and couldnt find the answer, i know theres mediablock and someone mentioned about a css code i can edit, but the css edit didnt do anything

Quote:
.block-imageblock-ImageBlock {
float: left;
margin: 10px;
}

and although mediablock is nice, i just want to stick with the image block module. Can someone assist in why my image block is showing vertically. It only happens with this specific theme ive noticed that im using.

info:
gallery 2x
carbon theme

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Tue, 2009-04-07 04:02

URL?

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
Frappuccino

Joined: 2008-12-29
Posts: 4
Posted: Tue, 2009-04-07 17:45

that link is directly to view the image block being shown vertically

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Tue, 2009-04-07 19:53

I would use the media block but this works as well:

  .one-image {
     float: left;
  }

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
Frappuccino

Joined: 2008-12-29
Posts: 4
Posted: Tue, 2009-04-07 20:44

cool thanks, got it working, yeah eventually i might just switch and use media blocks instead