You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I m using lettering.js to rotate my name like this
but in my onepage responsive website didn't work.
I think there's problem here :
<script>
$(function() {
$("h1").lettering();
});
</script>
I try it in new Html file, it works but i don't know why in my site wont work.
I did exactly like this one : https://css-tricks.com/set-text-on-a-circle/
please help
The text was updated successfully, but these errors were encountered:
@amal1515 Can you put just the headline in a reduced test case on CodePen or something like that? Then I can edit the code. You may need to size your text with vw (viewport width) units.
Hi
I m using lettering.js to rotate my name like this
but in my onepage responsive website didn't work.
I think there's problem here :
<script>
$(function() {
$("h1").lettering();
});
</script>
I try it in new Html file, it works but i don't know why in my site wont work.
I did exactly like this one : https://css-tricks.com/set-text-on-a-circle/
please help
The text was updated successfully, but these errors were encountered: