PabloHamburg Posted December 1, 2022 Share Posted December 1, 2022 Hello everybody! I have a problem with my website since I changed everything to custom fonts. I am a social worker, so no expert on building a website, sorry for that in advance. I was able to change every fonts of the website, except the folders mobile in the navigation menu. I tried everything I found, but nothing works. My website is: www.beratung-und-betreuung.de. I would really appreciate any help! Thank you! Pablo Link to comment
Beyondspace Posted December 1, 2022 Share Posted December 1, 2022 16 minutes ago, PabloHamburg said: Hello everybody! I have a problem with my website since I changed everything to custom fonts. I am a social worker, so no expert on building a website, sorry for that in advance. I was able to change every fonts of the website, except the folders mobile in the navigation menu. I tried everything I found, but nothing works. My website is: www.beratung-und-betreuung.de. I would really appreciate any help! Thank you! Pablo Here is the tutorial to install custom font: https://recordit.co/xLAoVsFHqC Have you figured it out? I check it works fine Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
PabloHamburg Posted December 1, 2022 Author Share Posted December 1, 2022 1 hour ago, Beyondspace said: Here is the tutorial to install custom font: https://recordit.co/xLAoVsFHqC Have you figured it out? I check it works fine Thank you very very much! After I put !important to it, it worked finally! I just don't know if now I am still able to change any specific font (for example h1)? One more question if you don't mind: on my home-site I have listed all of our names in code blocks. But in mobile view there is a huge space between the blocks. Is there a way to avoid that space? Thank you so much! Pablo Link to comment
tuanphan Posted December 4, 2022 Share Posted December 4, 2022 On 12/1/2022 at 9:48 PM, PabloHamburg said: Thank you very very much! After I put !important to it, it worked finally! I just don't know if now I am still able to change any specific font (for example h1)? One more question if you don't mind: on my home-site I have listed all of our names in code blocks. But in mobile view there is a huge space between the blocks. Is there a way to avoid that space? Thank you so much! Pablo Add to Design > Custom CSS to fix space /* Mobile code blocks spacing */ @media screen and (max-width:640px) { div#block-yui_3_17_2_2_1457035305182_118918+.row .code-block { padding-bottom: 0px !important; padding-top: 0px !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
PabloHamburg Posted December 4, 2022 Author Share Posted December 4, 2022 Perfect! Thank you very much!!! Link to comment
PabloHamburg Posted December 6, 2022 Author Share Posted December 6, 2022 On 12/4/2022 at 6:14 AM, tuanphan said: Add to Design > Custom CSS to fix space /* Mobile code blocks spacing */ @media screen and (max-width:640px) { div#block-yui_3_17_2_2_1457035305182_118918+.row .code-block { padding-bottom: 0px !important; padding-top: 0px !important; } } Hello again! Sorry, I have to ask again: I changed the heading of the page and now your solution isn't working anymore. I think I changed the code of the block. Could you held me? Thank you very much! Link to comment
tuanphan Posted December 10, 2022 Share Posted December 10, 2022 On 12/6/2022 at 3:42 PM, PabloHamburg said: Hello again! Sorry, I have to ask again: I changed the heading of the page and now your solution isn't working anymore. I think I changed the code of the block. Could you held me? Thank you very much! Hi, Try this new code /* Mobile code blocks spacing */ @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1670314369666_21458+.row .code-block { padding-bottom: 0px !important; padding-top: 0px !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment