Front page text needs to wrap

Posted in: Newspaper
Post count: 5

I requested and received a modification to my code allowing me to include the Subtitle as well as the Title and Thumbnail for each article’s listing on the front page. However I’d like the subtitle to wrap around the thumbnail. Right now it just goes straight down and looks a little off.

http://www.forasach.ie

Post count: 1291

Hi,

Try the following css:

.td_mod3 .thumb-wrap img {
position: relative;
float: left;
padding-right: 10px;
}
.td_mod3 .item-details {
margin-left: 0px;
}

Thank you, Emil G.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.