Results 1 to 7 of 7
-
13th Apr 2012, 01:39 PM #1OPMember
Text length
How to change ''Random'' the text there is to long it doesnt fit into the sidebar it goes to long how to make max length, so the text fits into the sidebar?
r00ts Reviewed by r00ts on . Text length How to change ''Random'' the text there is to long it doesnt fit into the sidebar it goes to long how to make max length, so the text fits into the sidebar? http://s18.postimage.org/acsl6pdbt/1234.png Rating: 5
-
13th Apr 2012, 01:43 PM #2ლ(ಠ益ಠლ)Website's:
extremecoderz.comlike so:
Code:string txt = (random.Length > 50) ? random.Substring(0, 50) + "..." : random;
-
13th Apr 2012, 01:43 PM #3MemberWebsite's:
eotips.comif u are using widget check add paragraph check it will auto adjust this
-
13th Apr 2012, 01:48 PM #4OPMember
@ jayfella, where to add that code?
@ Desiboy the widget had only 1 .php file and it could be done there.
-
13th Apr 2012, 03:43 PM #5Respected MemberWebsite's:
DL4Everything.com Soft2050.inPaste the widget php code. You could also adjust the width exactly to auto move the text to next line by css.
-
13th Apr 2012, 09:46 PM #6OPMember
Fixed added in basic.css
#content .post-header h3 {
font: normal 110% Courier, sans-serif;
color:#00AFFF;
margin: -10px 14px -10px;
text-align: justify;
overflow: auto;
-
14th Apr 2012, 10:20 AM #7MemberWebsite's:
LulzCovers.com LulzTroll.comor try this css.
overflow: hidden; text-overflow: ellipsis;Contact me for Traffic, SEO, WCDDL, Wordpress, IPB related Services or queries.
Template Designing, PSD to HTML, Wordpress
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Youtube length long problem.
By I am ANGEL in forum General DiscussionReplies: 4Last Post: 24th Mar 2012, 09:01 PM -
The length of your domain name
By Daniel in forum Webmaster DiscussionReplies: 0Last Post: 16th May 2011, 06:37 AM -
Skin length too big
By lig}{tning in forum vBulletinReplies: 18Last Post: 7th Oct 2010, 10:28 AM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...