extension width

Post Reply
User avatar
sploinker
Registered User
Posts: 10
Joined: Fri Apr 08, 2016 10:34 am
Flag: United States of America

extension width

Post by sploinker »

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?
Capture.PNG
Thanks!
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.


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

Re: extension width

Post by spaceace »

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.

Image

Need hosting? Click this text to check out ICDSOFT

User avatar
sploinker
Registered User
Posts: 10
Joined: Fri Apr 08, 2016 10:34 am
Flag: United States of America

Re: extension width

Post by sploinker »

Its on my test site, sent PM

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

Re: extension width

Post by spaceace »

in the legend css...

find
Code: Select all
.legend-index.navbar {
    text-align: center !important;
    padding: 4px 0 !important;
    margin: 4px !important;
}
change the margin to
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.

Image

Need hosting? Click this text to check out ICDSOFT

User avatar
sploinker
Registered User
Posts: 10
Joined: Fri Apr 08, 2016 10:34 am
Flag: United States of America

Re: extension width

Post by sploinker »

Perfecto! Thanks

Post Reply