We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a section which has three interior divs...
<div id="sitename"> <div>ottawa</div> <div>coop</div> <div>network</div> </div>
[site is on WordPress and link is : http://ottawacoopnetwork.davidmanning.ca/]
CSS is...
display: inline-block; vertical-align: top; width: 160px; height: auto; padding: 0; margin: 0.75rem 2rem 0.5rem; font-family: albertoregular; font-size: auto; font-weight: 700; text-transform: lowercase; letter-spacing: 2px; line-height: 2em;
}
jQuery is...
$(document).ready( function() { $('#sitename').bigtext(); });
Lettering results are...
Baffled as to what's wrong.
The text was updated successfully, but these errors were encountered:
Turned 'divs' into 'spans' and added to CSS...
#sitename span { display: inline-block; }
...this solved problem, but shouldn't have to do this.
Sorry, something went wrong.
No branches or pull requests
I have a section which has three interior divs...
[site is on WordPress and link is : http://ottawacoopnetwork.davidmanning.ca/]
CSS is...
sitename {
}
jQuery is...
Lettering results are...
Baffled as to what's wrong.
The text was updated successfully, but these errors were encountered: