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)
AWC 1.9.1 CSS Help Vote_lcapAWC 1.9.1 CSS Help Voting_barAWC 1.9.1 CSS Help Vote_rcap 
Mr.Easybb (1587)
AWC 1.9.1 CSS Help Vote_lcapAWC 1.9.1 CSS Help Voting_barAWC 1.9.1 CSS Help Vote_rcap 
Bloodbath (745)
AWC 1.9.1 CSS Help Vote_lcapAWC 1.9.1 CSS Help Voting_barAWC 1.9.1 CSS Help Vote_rcap 
Rukiafan (533)
AWC 1.9.1 CSS Help Vote_lcapAWC 1.9.1 CSS Help Voting_barAWC 1.9.1 CSS Help Vote_rcap 
Dom (513)
AWC 1.9.1 CSS Help Vote_lcapAWC 1.9.1 CSS Help Voting_barAWC 1.9.1 CSS Help Vote_rcap 
puppycheese (446)
AWC 1.9.1 CSS Help Vote_lcapAWC 1.9.1 CSS Help Voting_barAWC 1.9.1 CSS Help Vote_rcap 
pedro (330)
AWC 1.9.1 CSS Help Vote_lcapAWC 1.9.1 CSS Help Voting_barAWC 1.9.1 CSS Help Vote_rcap 
Neymar (301)
AWC 1.9.1 CSS Help Vote_lcapAWC 1.9.1 CSS Help Voting_barAWC 1.9.1 CSS Help Vote_rcap 
Hitsu (281)
AWC 1.9.1 CSS Help Vote_lcapAWC 1.9.1 CSS Help Voting_barAWC 1.9.1 CSS Help Vote_rcap 
Flora (275)
AWC 1.9.1 CSS Help Vote_lcapAWC 1.9.1 CSS Help Voting_barAWC 1.9.1 CSS Help Vote_rcap 


AWC 1.9.1 CSS Help

BloodbathBloodbath
Status : No status yet...

Posts : 745
Join date : 2013-05-31
Age : 28
Sun 03 Aug 2014, 18:43
So this time I have to ask for help since I am an absolutely hopeless with CSS, I just can't work with it.

Anyway, currently, I have AWC 1.9.1 installed in my forum, but the newest message will always be, uh, hidden because the #chatbox_footer is overlapping with it.

Screenshots below to demonstrate the issue. I can provide test accounts to have a look at the issue, administration access is not needed.

Image of the chat with the newest message being displayed: http://prntscr.com/496y62

Image of the issue, newest message not being displayed: http://prntscr.com/496yt1

Forum URL: http://duelacademy.net
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
Mon 04 Aug 2014, 22:36
You need to make #chatbox have a different bottom position.

Code:
[panda=css]#chatbox{
 bottom:60px!important;
}

Trial with the 60 until a number works for you ok Smile