Thanks Carl this is just what I needed in a short efficient video - thank you!
@turnerkirk46004 жыл бұрын
Great tutorial! Perfectly succinct and taught me all I needed to know!
@IRREGOLARE1234 жыл бұрын
Thanks for the video! How do you center the icon within the div?
@raphaelv.deanda70204 жыл бұрын
Super Helpful!! Thank you so much
@0xMedici4 жыл бұрын
Best simple explanation. Thanks
@Carl_Johnson4 жыл бұрын
You're welcome!
@dalejrfanfreak6 жыл бұрын
Huge help thank you Carl!
@AthleticaHQ6 жыл бұрын
Brilliant - easy to follow! Cheers!!!! (subscribed)
@Carl_Johnson6 жыл бұрын
Thanks Rob 👍👍
@mercedesdelacierva40765 жыл бұрын
Useful! thanks Carl
@andrewphilip49636 жыл бұрын
subscribed! I want the icon next to some text now, but it seems deform the whole page and changes font if i put it in the actual coding box. Think you can help?
@Carl_Johnson6 жыл бұрын
Hi Andrew, could you send me a link to your site and I'll have a look?
@dorcasbb5 жыл бұрын
Thank You So Much.
@Blumahmedia5 жыл бұрын
HI Carl, I see a few people have asked the same thing and no answer. What do we do about putting icons next to the text, so it aligns with the start of the text? It seems impossible but I have seen other squarespace users have managed it.
@Carl_Johnson5 жыл бұрын
Hi, could you email me at the email address in the About tab on my channel please? Just need to get more info, but I'll be able to help you out.
@patrykstawarz53536 жыл бұрын
Hey Carl is it possible to adjust the size of icons between different devices? For example when I want a smaller size of icons when I see my page on the phone.
@Carl_Johnson6 жыл бұрын
Hi Patryk. Yes, you could put the same icons in in separate code blocks, so basically duplicating the icons that you're putting in then set the sizes differently using Font Awesome's fa-xx sizing property. Then you could hide the smaller ones on desktop and the bigger ones on mobile using media query. There's a section roughly 8 mins into this video that covers hiding and displaying various elements on mobile and desktop that might help - kzbin.info/www/bejne/n6bUdWp-hNKfsJY Let me know how you get on.
@visalgunaratne22965 жыл бұрын
Hi Carl, How do I move around the icon in the box? Like say I want to center it or align it to the right?
@Carl_Johnson5 жыл бұрын
Hi Visal, If you copy the code below and put your Font Awesome code between the tags (outlined below) you can then change the 'center' value to either left or right to align it where you want. YOUR FA CODE HERE
@visalgunaratne22965 жыл бұрын
@@Carl_Johnson Thanks a lot mate! It worked!
@Decatilinae5 жыл бұрын
super cool... Is Fontello the same way of doing as Fontawsome?
@Carl_Johnson5 жыл бұрын
From what I can tell Fontello is sort of a library of free icons. I think each icon set is installed differently.
@Decatilinae5 жыл бұрын
@@Carl_Johnson cool thanks... got it...
@shafinahazman32174 жыл бұрын
Hey, I followed the steps but seems like it didn't work. Is it because I'm using the 7.1 version?
@goncalocarvalho69146 жыл бұрын
Hi my friend! Can you tell me how can i align text next to the icon? because i find it impossible when u use a textbox next to it. Thank you so much :)
@Carl_Johnson6 жыл бұрын
Hey Gonçalo. Thanks for the question. Could you share the URL of the page that you're having trouble with?
@aabach-farm-alpakas16425 жыл бұрын
Hi! Its super, but it doesnt work with Squarespace 7.1 in the Nav Titels. Do you have any Idea why?
@Carl_Johnson5 жыл бұрын
Hi! A lot has changed since I released this video. Font Awesome's integration has been completely reinvented and Squarespace 7.1 is (ever so slightly) different. I do plan on updating some videos to reflect these changes and I think this will probably be one of them. Keep an eye out for an update!
@aabach-farm-alpakas16425 жыл бұрын
@@Carl_Johnson that would be awesome! I start to regret the change to squarespace 7.1...
@mrpeace77086 жыл бұрын
making the size of it bigger didn't work for me. Please help?
@Carl_Johnson6 жыл бұрын
Hi Mr Persevere. Can you share the code exactly how you've put it into the site please? ...and I'll take a look.
@mrpeace77086 жыл бұрын
Hey Carl. no worries...i've found a good guide here fontawesome.com/how-to-use/on-the-web/styling/sizing-icons cheers
@bwolson5 жыл бұрын
how would I make the icon a clickable link?
@bwolson5 жыл бұрын
Nevermind, I'm dense sometime - for anyone else looking for the solution: you need to wrap those elements in the anchor tag.. cheers!