Ajax Chat Size

Post Reply
User avatar
pioteraz
Newly Registered User
Posts: 1
Joined: Wed Sep 21, 2016 9:13 am
Flag: Poland

Ajax Chat Size

Post by pioteraz »

Can anybody tell me where I can modify the size of Ajax Chat box located on the index page? I would like to make it a little bit higher.

Thanks in advance!
Last edited by pioteraz on Wed Sep 21, 2016 9:18 am, edited 1 time in total.


User avatar
spaceace
Site Owner
Posts: 991
Joined: Wed Dec 16, 2009 8:30 pm
Location: Ontario, Canada
Flag: Canada
Contact:

Re: Ajax Chat Size

Post by spaceace »

pioteraz wrote:Can anybody tell me where I can modify the size of Ajax Chat box located on the index page? I would like to make it a little bit higher.

Thanks in advance!
open ajax_chat.css

find
Code: Select all
.shouts {
    width: 85%;
    height: 250px;
    overflow: auto;
    overflow-x: hidden;
    margin-left: 0.5%;
    display: inline-block;
    position: relative;
}
change height: 250px; to whatever you want for the height ;)
if you like my work and would like to contribute to my development of styles, please donate by using the donate button in the header.

Image

Need hosting? Click this text to check out ICDSOFT

Post Reply