Satsuki Posted May 5, 2021 Share Posted May 5, 2021 Site URL: https://www.thisissatsuki.com/about-1 Hi, I want my text to be wider so it's a little less skinnier and easier to read. I'm using the Horizon template. Is there any code out there make this wider? Thanks Link to comment
tuanphan Posted May 6, 2021 Share Posted May 6, 2021 Add to Design > Custom CSS /* about page width */ body#collection-5f252e1cedb58b6c971ef820 div#about-page { padding-left: 50px; padding-right: 50px; max-width: 100%; } Satsuki 1 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
Satsuki Posted May 6, 2021 Author Share Posted May 6, 2021 Incredible, thank you so much! Link to comment
tuanphan Posted May 9, 2021 Share Posted May 9, 2021 On 5/6/2021 at 10:27 PM, Satsuki said: Incredible, thank you so much! Do you want to fix these? Site URL – https://www.thisissatsuki.com/ 1. (Tablet-Footer) Make english/japanese same line? 2. (Mobile-Footer) Similar above 3. (Mobile-About) Increase content width? 4. (Mobile-Media) Text/video incorrect order. Want to fix this? 5. (Mobile-Media) Similar this 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
Satsuki Posted May 18, 2021 Author Share Posted May 18, 2021 I don't mind too much about the English and Japanese not being on the same line but increasing the width of the about page on mobile might be great. Also yes! Thank you for noticing the text/video in incorrect order.. I didn't know there could be code to fix this. I would love your help again! Link to comment
Satsuki Posted May 18, 2021 Author Share Posted May 18, 2021 Also I just changed the URL slug for my about page and then the page width code stopped working 😐 Do I need a new code? Sorry! Link to comment
tuanphan Posted May 19, 2021 Share Posted May 19, 2021 17 hours ago, Satsuki said: Also I just changed the URL slug for my about page and then the page width code stopped working 😐 Do I need a new code? Sorry! I think change url won't affect the code. Have you tried checking it again? 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
Satsuki Posted May 20, 2021 Author Share Posted May 20, 2021 18 hours ago, tuanphan said: I think change url won't affect the code. Have you tried checking it again? Hmm it's not working 😞 Not sure what I'm doing wrong Link to comment
tuanphan Posted May 21, 2021 Share Posted May 21, 2021 On 5/20/2021 at 11:25 AM, Satsuki said: Hmm it's not working 😞 Not sure what I'm doing wrong Can you share link to new about page? 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
Satsuki Posted May 24, 2021 Author Share Posted May 24, 2021 https://www.thisissatsuki.com/about thank you! Link to comment
tuanphan Posted May 24, 2021 Share Posted May 24, 2021 1 hour ago, Satsuki said: https://www.thisissatsuki.com/about thank you! Use enw code /* about page width */ body#collection-5f252e1cedb58b6c971ef820 div#about1-page { padding-left: 50px; padding-right: 50px; max-width: 100%; } 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
Satsuki Posted May 27, 2021 Author Share Posted May 27, 2021 On 5/24/2021 at 4:51 PM, tuanphan said: Use enw code /* about page width */ body#collection-5f252e1cedb58b6c971ef820 div#about1-page { padding-left: 50px; padding-right: 50px; max-width: 100%; } thank you!! this worked 🙂 could you help me with the mobile website? particularly the video and text in the wrong order. Link to comment
tuanphan Posted May 28, 2021 Share Posted May 28, 2021 On 5/27/2021 at 3:53 PM, Satsuki said: thank you!! this worked 🙂 could you help me with the mobile website? particularly the video and text in the wrong order. Hi. WHere is video? https://www.thisissatsuki.com/about 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
Satsuki Posted August 21, 2021 Author Share Posted August 21, 2021 On 5/9/2021 at 6:52 PM, tuanphan said: 4. (Mobile-Media) Text/video incorrect order. Want to fix this? 5. (Mobile-Media) Similar this Hi, I was talking about this, how it's in the wrong order. Thank you! Link to comment
tuanphan Posted August 22, 2021 Share Posted August 22, 2021 23 hours ago, Satsuki said: Hi, I was talking about this, how it's in the wrong order. Thank you! Hi, I don't see media page https://www.thisissatsuki.com/media 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
Satsuki Posted October 11, 2021 Author Share Posted October 11, 2021 On 8/22/2021 at 4:34 PM, tuanphan said: Hi, I don't see media page https://www.thisissatsuki.com/media Hi, I think it's under this page! https://www.thisissatsuki.com/video Link to comment
tuanphan Posted October 13, 2021 Share Posted October 13, 2021 On 10/11/2021 at 7:39 PM, Satsuki said: Hi, I think it's under this page! https://www.thisissatsuki.com/video Try adding to Design > Custom CSS @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1598258063914_14255:before { content: "ACCOUSTIC COVER"; display: block; text-align: center; margin-bottom: 10px; } div#block-yui_3_17_2_1_1599061261797_15736 { display: none; } } 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
Satsuki Posted January 3, 2022 Author Share Posted January 3, 2022 On 10/13/2021 at 6:40 PM, tuanphan said: Try adding to Design > Custom CSS @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1598258063914_14255:before { content: "ACCOUSTIC COVER"; display: block; text-align: center; margin-bottom: 10px; } div#block-yui_3_17_2_1_1599061261797_15736 { display: none; } } It kinda worked? For some reason it added another "C" in ACOUSTIC in the Roseville Girls section and code didn't work for the Afterglow videos 😞 Link to comment
tuanphan Posted January 4, 2022 Share Posted January 4, 2022 On 1/3/2022 at 6:29 PM, Satsuki said: It kinda worked? For some reason it added another "C" in ACOUSTIC in the Roseville Girls section and code didn't work for the Afterglow videos 😞 You can remove a "C" in the code. Try this new code @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1598258063914_14255:before { content: "ACOUSTIC COVER"; display: block; text-align: center; margin-bottom: 10px; } div#block-yui_3_17_2_1_1599061261797_15736 { display: none; } div#block-yui_3_17_2_26_1517235566413_5503:before { content: "OFFICIAL MUSIC VIDEO"; text-align: center; display: block; margin-bottom: 30px; } div#block-yui_3_17_2_1_1594739149835_7634 { display: none; } } 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