image box and caption

Posted in: Newspaper
Post count: 5

Hi,

i d like to have my image within a post with border and caption just as you can see on indoortrainingbikes. com/schwinn-170/

Is there a way to do that?

Thanks

Post count: 22421

Hi,

It can be replicated with a bit of html and css
You need to add your images inside a div tag and assign a class to it like so:
http://screencast.com/t/1rPMr92HTEb and then use this css in the theme panel->custom css box:
.leftimg {
background: #EAEAEA;
border: 1px solid #cccccc;
color: #7777777;
float: left;
margin: 0 15px 10px 0;
padding: 5px;
max-width: 280px;

Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.