Jump to content

Recommended Posts

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?

thisissatsuki.com-01-min.png

2. (Mobile-Footer) Similar above

thisissatsuki.com-02-min.png

3. (Mobile-About) Increase content width?

thisissatsuki.com-03-min.png

4. (Mobile-Media) Text/video incorrect order. Want to fix this?

thisissatsuki.com-04-min.png

5. (Mobile-Media) Similar this

thisissatsuki.com-05-min.png

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 2 weeks later...

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
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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
1 hour ago, Satsuki said:

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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

 

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
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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 2 months later...
  • 1 month later...
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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 2 months later...
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 😞

IMG_5116.PNG

IMG_5115.PNG

Link to comment
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 😞

IMG_5116.PNG

IMG_5115.PNG

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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.