Like SystemiConnectFri 15 Oct 2021, 04:50
Auto Save MessagesLGforumFri 26 Feb 2021, 13:31
New tutorial questionTheCrowMon 15 Feb 2021, 08:12
Support iOS Emojis (and other platforms)LGforumSun 14 Feb 2021, 01:25
LGforum (2806)
problemin lines Vote_lcapproblemin lines Voting_barproblemin lines Vote_rcap 
Mr.Easybb (1587)
problemin lines Vote_lcapproblemin lines Voting_barproblemin lines Vote_rcap 
Bloodbath (745)
problemin lines Vote_lcapproblemin lines Voting_barproblemin lines Vote_rcap 
Rukiafan (533)
problemin lines Vote_lcapproblemin lines Voting_barproblemin lines Vote_rcap 
Dom (513)
problemin lines Vote_lcapproblemin lines Voting_barproblemin lines Vote_rcap 
puppycheese (446)
problemin lines Vote_lcapproblemin lines Voting_barproblemin lines Vote_rcap 
pedro (330)
problemin lines Vote_lcapproblemin lines Voting_barproblemin lines Vote_rcap 
Neymar (301)
problemin lines Vote_lcapproblemin lines Voting_barproblemin lines Vote_rcap 
Hitsu (281)
problemin lines Vote_lcapproblemin lines Voting_barproblemin lines Vote_rcap 
Flora (275)
problemin lines Vote_lcapproblemin lines Voting_barproblemin lines Vote_rcap 


problemin lines

avatarangi
Status : No status yet...

Posts : 7
Join date : 2014-11-27
Thu 27 Nov 2014, 19:15
well i have a problem..when i write 2 lines the second line is over the first.
problemin lines 2014-111
avatarGuest
Thu 27 Nov 2014, 21:29
Try and put this in your CSS:

Code:
[panda=css]
/**** AWC IN CHAT FONT SIZE ****/
div.chatbox_row_1, div.chatbox_row_2 {font-size: 1.0em;}
/div.chatbox_row_1, div.chatbox_row_2 {font-size: 1.2em;}/
/**** END AWC IN CHAT FONT SIZE ****/

or you can swap lines for:

Code:
[panda=css]
/**** AWC IN CHAT FONT SIZE ****/
/div.chatbox_row_1, div.chatbox_row_2 {font-size: 1.0em;}/
div.chatbox_row_1, div.chatbox_row_2 {font-size: 1.2em;}
/**** END AWC IN CHAT FONT SIZE ****/

Whatever suits you best. The key is the font size: 1.0em or 1.2em or whatever you like.
avatarangi
Status : No status yet...

Posts : 7
Join date : 2014-11-27
Fri 28 Nov 2014, 04:16
problemin lines 2014-112
thank you but the problem is not fixed
avatarGuest
Fri 28 Nov 2014, 04:32
Did you try using the !important declaration already?

Code:
[panda=css]div.chatbox_row_1, div.chatbox_row_2 {font-size: 1.2em!important;}
avatarangi
Status : No status yet...

Posts : 7
Join date : 2014-11-27
Fri 28 Nov 2014, 07:24
yes i try both you give me
/div.chatbox_row_1, div.chatbox_row_2 {font-size: 1.0em!important;}/
div.chatbox_row_1, div.chatbox_row_2 {font-size: 1.2em!important;}

but nothing yet the problem is here...thanks for your time
LGforumLGforum
Status : Working to restore AWC!

Posts : 2806
Join date : 2011-10-05
Age : 30
Location : UK
Fri 28 Nov 2014, 11:45
The problem isn't the font size, it's the line spacing.
Code:
[panda=js]div.chatbox_row_1, div.chatbox_row_2 {line-spacing: 3;}
avatarangi
Status : No status yet...

Posts : 7
Join date : 2014-11-27
Fri 28 Nov 2014, 16:31
LGforum thanks very mutch for your time but the problem is here ..no solved..
problemin lines 2014-113
avatarangi
Status : No status yet...

Posts : 7
Join date : 2014-11-27
Sun 07 Dec 2014, 07:40
anybody help me??
problemin lines 2014-118
the first line is over the second...
BloodbathBloodbath
Status : No status yet...

Posts : 745
Join date : 2013-05-31
Age : 28
Sun 07 Dec 2014, 13:56
LG, line-spacing doesn't exist Razz

Use line-height instead:

Code:
[panda=css]div.chatbox_row_1,div.chatbox_row_2{
 line-height:20px;
}
LGforumLGforum
Status : Working to restore AWC!

Posts : 2806
Join date : 2011-10-05
Age : 30
Location : UK
Sun 07 Dec 2014, 14:37
Haha! Oh yeah, was on my phone and I sat there thinking "what's it called again?" lol. Can tell I don't touch CSS often! Razz
avatarangi
Status : No status yet...

Posts : 7
Join date : 2014-11-27
Tue 09 Dec 2014, 15:40
I try all..the problem remains as the Gordian knot..:-(
Mr.EasybbMr.Easybb
Status : Love this site, that's why I'm back each day again... lol Samantha's co-owner now. Well deserved!

Posts : 1587
Join date : 2013-01-04
Tue 09 Dec 2014, 20:35
What Blood bath said will work. You most likely have to set an important with it.

Code:
[panda=css].chatbox_row_1, .chatbox_row_2{
        line-height:20px !important;
}

It all depends on the height of the cell, so make you you play with the height. Font size will do nothing but make the font bigger or smaller. So like I said play around with it. Right click a bit of the text, click inspect element, once you've done this you should see some css on the right hand side to play around with and it's all done live to see your results right there and then. So you can play with that there and not have to save your CSS sheet every 2 minutes.
avatarangi
Status : No status yet...

Posts : 7
Join date : 2014-11-27
Wed 10 Dec 2014, 08:59
thank you..thank you..thank you..thank you..So mutch!!!!!
i put #chatbox {
line-height: 20px;
and the problem solved!!!!!! Mr.Easybb.. marry Christmas..and thank you again!!!you are Great!
Sponsored content