cpcn
Member-
Posts
14 -
Joined
-
Last visited
cpcn's Achievements
-
Sorry for slow reply, yes here. My screen resolution is 1920 x 1200 (and the video behind it is 1920 x 1080, so that explains why the white is there)...
-
Apologies for such a slow reply. I tried this and it doesn't seem to have done anything! Let me know if there's anything else you suggest. Thanks!
-
It seems to be 1920 x 1200 - which would make sense as I think the video in my background is 1920 x 1080...
-
choyping.com Sorry I thought it linked 🙂
-
Hi there, I got a new screen for my computer and now a large white section appears at the bottom of my website's homepage (not on any other pages). How can I fix this? Thanks in advance 🙂
-
Hey! So I have two questions and I'm going to post them both to save spamming the forum. My website is: http://choypingclarkeng.com/ 1: I want to make the Chinese text on this page into a different font/size etc. You can see it also isn't really in line with the English text either. https://www.choypingclarkeng.com/theatremaking/wwww 2: On my Mac, the font I want for the main links shows up for the Chinese text. I've adjusted this in code injection to make it look right. However on my Windows laptop and Android phone, the Chinese text is in a different font/size/etc. And on my Android: Is there a way to fix this so it will look like the style I want? It's really annoying! Thank you.
-
How to make the gap between these links smaller? I've tried adjusting in several ways but can't seem to get the gap smaller than it is currently. For reference my site URL is: http://choypingclarkeng.com/ Thanks! This is what my custom CSS looks like: .portfolio-hover-items { padding-top: 130px !important; /* Set the padding-top to 130px */ } body { font-family: 'Noto Sans SC', 'Microsoft YaHei', sans-serif } @font-face { font-family: 'PEARL'; src: url('https://static1.squarespace.com/static/6058a6f3664b9e2e27456e5c/t/6579c8844285d33df676dfe1/1702480005051/TAN-PEARL.ttf'); } h1, h2 { font-family: 'PEARL'; } span.portfolio-hover-item-content { font-size: 45px; font-family: 'PEARL' } //DESKTOP// @media only screen and (min-width: 768px) { .portfolio-hover[data-horizontal-align="center"][data-mode="hover-cover"] .portfolio-hover-item-title { padding: 0.01em; /* Apply the padding adjustment */ } } //MOBILE// .header-menu-nav-item a { font-size: 30px; margin: 4rem 0; font-family: 'PEARL' } .header-layout-nav-right .header-nav { text-align: center; } span.portfolio-hover-item-content { font-size: 40px; line-height: 1px; }
-
Customising Chinese characters when main font that doesn't have these?
cpcn replied to cpcn's topic in Customize with code
Sorry I have one more question as well as the above - how to change the Chinese font on this page? Again for the characters 遊遊野野 https://www.choypingclarkeng.com/theatremaking/wwww -
Customising Chinese characters when main font that doesn't have these?
cpcn replied to cpcn's topic in Customize with code
-
Customising Chinese characters when main font that doesn't have these?
cpcn replied to cpcn's topic in Customize with code
Thanks for your help, works perfect! -
Customising Chinese characters when main font that doesn't have these?
cpcn replied to cpcn's topic in Customize with code
It's: choypingclarkeng.com Thanks! -
Hi there! How can I change just the font of the Chinese characters after WANDER WANDER WILD WILD? On both my navigation page and page for the project, the Chinese font is default to the last one I used before customising. I would like to be able to change to another font that looks more like the website title. I had to use a .png to create that but am struggling with changing them here... This is currently my CSS - I am only new to this so any help is appreciated: /* Fix portfolio */ body.homepage article section:first-child { padding-top: 0 !important; } @font-face { font-family: 'PEARL'; src: url('https://static1.squarespace.com/static/6058a6f3664b9e2e27456e5c/t/6579c8844285d33df676dfe1/1702480005051/TAN-PEARL.ttf'); } h1, h2, h3, h4 { font-family: 'PEARL'; } span.portfolio-hover-item-content { font-size: 45px; font-family: 'PEARL' } //DESKTOP// .header-nav-item a { font-size: 20px; font-family: 'PEARL' } main-nav ul li.active-link a, .main-nav ul li.active-link a:visited { border-bottom: 50px solid #000000; } //MOBILE// .header-menu-nav-item a { font-size: 30px; margin: 4rem 0; font-family: 'PEARL' } .header-layout-nav-right .header-nav { text-align: center; }