This topic has 2 replies, 3 voices, and was last updated 11 years ago by Anonymous.
Viewing 3 posts - 1 through 3 (of 3 total)
How do I edit the spacing for copyright content? http://gbcmusicandworship.org/
Hi eeklund,
Find the following path,
http://gbcmusicandworship.org/wp-content/themes/hopes/style.css
.copyright_left {
float: left;
width: 50%;
text-align: left;
line-height: 35px; // remove this line
}
.copyright_right {
float: right;
width: 50%;
text-align: right;
line-height: 35px; // remove this line
}
Regards,
krishnaveni
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.