Hi, I´m trying to change copyright text and format it, but I didnt get change color background and align all text to center and close space between lines...I try to put a table tag but nothing !
Does anybody help ?
tanks a lot
Hi, I´m trying to change copyright text and format it, but I didnt get change color background and align all text to center and close space between lines...I try to put a table tag but nothing !
Does anybody help ?
tanks a lot
Hi All,
I almost did it the changes, but I cant align skype contact at center and get small lines height( closer)
note : I try this code in html editor and works like I need
Any suggestion ?
Thanks
Hey,
first of all I have no idea what "lu" tag is, so I'm uncertain why you're using that.
To controll the space between the lines you can add
.copyright, .copyright a {
background-color: #D10429 !important;
font-size: 12px;
line-height: 20px;
}
The line-height defines how high your lines are, you can add this wherever you'd like in a .css file, if it doesn't instantly work try something like
line-height:20px !important,
I'm very confused with the "lu" tag you're using, I'm not sure how I can help you with your skype button aligning when you're using a tag that doesn't exist. Try span instead.
Thanks for replying Chris !
I just to use another div tag with align="center"
Glad I could help, however I should inform you adding "<lu>" tags isn't valid markup, you can use "<span>" instead.
You must log in to post.