Hey buddy, digging the updated chat. I tried just to do an update and it was a little whacked until I removed the old completely and deleted the data. Didn't like the old chat data in there I guess. Once I did that worked great.
With that said, I have a small issue but it concerns your Legend extension. Cant find anywhere else to post this lol. In any case I cant figure out how to get it to match the width of the chat copyright bar. Coptright bar is on the money and unfortunately since I am OCD (lol) its annoying me.
Any thoughts?
Thanks!
extension width
extension width
You do not have the required permissions to view the files attached to this post.
Last edited by sploinker on Thu Jun 16, 2016 10:22 am, edited 1 time in total.
Re: extension width
send me a link to your site(if you have already... i get too many to remember them all) and i will let you know what file to change
Last edited by spaceace on Thu Jun 16, 2016 4:12 pm, edited 1 time in total.
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.
Need hosting? Click this text to check out ICDSOFT
Need hosting? Click this text to check out ICDSOFT
Re: extension width
Its on my test site, sent PM
Re: extension width
in the legend css...
find
find
Code: Select all
change the margin to
.legend-index.navbar {
text-align: center !important;
padding: 4px 0 !important;
margin: 4px !important;
}
Code: Select all
margin: 4px 0 !important;
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.
Need hosting? Click this text to check out ICDSOFT
Need hosting? Click this text to check out ICDSOFT
Re: extension width
Perfecto! Thanks