Support Forum
thumbnails and text
lisalew
Member
Free Members
Offline
Is there a way to align the thumbnail so that text doesn't squish to the right side of the image? In the editor view, the text is being put below or above the image, but it actually displays in-line with the image when it is displayed in the forum. Any idea where the css is that controls this?
Lee H
Coastal New England (USA)
Member
Free Members
Offline
lisalew,
In your themes styles, default.php around line 396
#spMainContainer .spTopicPostSection .spPostSection .spPostContentSection .spPostContent p { padding-bottom: 1em; }
add a clear:both to force the text underneath the image. Like so:
#spMainContainer .spTopicPostSection .spPostSection .spPostContentSection .spPostContent p { clear: both; padding-bottom: 1em; }
Of course if you make the edit on the default theme it will be lost on next upgrade, unless you've made a copy of the theme and made it your own custom version (just a reminder in case).
Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 619
Members: 17362
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10127
Posts: 79625