Jump to content

there will be a screenshot of the picture in the banner position of the mobile terminal

Recommended Posts

The PC side of my website is normal, but there will be a screenshot of the picture in the gallery position of the mobile terminal, and the display is incomplete. Is there a way to solve this?

I used the following css:
@media screen and (max-width:767px) {
  .gallery-fullscreen-slideshow[data-width="full-bleed"] {
    height: 24vh !important;
  }
}
 
my website is : https://www.pendoo.tv/
                            https://www.biling1.com/
                           https://www.uscqure.com/
7de4190d5bd1a126ee0e3ecbdf5e6ab.thumb.jpg.56043a40d544ddbe994ebf5f15c9ed21.jpg
a579cc0e0ae2e0946509d15fae944cd.thumb.jpg.8382940a5271cb8eec5e76ea89cd2f7b.jpg
 
Link to comment

@CQURE Do you need to fix these?

Site URL – https://www.pendoo.tv/

1. (Mobile-Homepage) Reduce white spacing under slide?

pendoo.tv-01-min-1.png

2. (Mobile-Footer) Make info – support in 2 columns?

pendoo.tv-02-min-1.png

3. (Tablet-Homepage) Reduce white spacing?

pendoo.tv-03-min-1.png

4. (Tablet-Homepage) Resize slideshow?

pendoo.tv-04-min-1.png

5. (Mobile-Products) Change category nav links to 2-3 lines, instead scrollbar?

pendoo.tv-05-min-1.png

6. (Mobile-Products) Make image fullsize?

pendoo.tv-06-min-1.png

7. (Mobile-Products) Show breadcrumb on top of products?

pendoo.tv-07-min-1.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
On 5/21/2021 at 12:02 PM, tuanphan said:

@CQURE Do you need to fix these?

Site URL – https://www.pendoo.tv/

1. (Mobile-Homepage) Reduce white spacing under slide?

pendoo.tv-01-min-1.png

2. (Mobile-Footer) Make info – support in 2 columns?

pendoo.tv-02-min-1.png

3. (Tablet-Homepage) Reduce white spacing?

pendoo.tv-03-min-1.png

4. (Tablet-Homepage) Resize slideshow?

pendoo.tv-04-min-1.png

5. (Mobile-Products) Change category nav links to 2-3 lines, instead scrollbar?

pendoo.tv-05-min-1.png

6. (Mobile-Products) Make image fullsize?

pendoo.tv-06-min-1.png

7. (Mobile-Products) Show breadcrumb on top of products?

pendoo.tv-07-min-1.png

i need to you!  thanks you very much!

Edited by CQURE
Link to comment
On 5/21/2021 at 12:02 PM, tuanphan said:

@CQURE Do you need to fix these?

Site URL – https://www.pendoo.tv/

1. (Mobile-Homepage) Reduce white spacing under slide?

pendoo.tv-01-min-1.png

2. (Mobile-Footer) Make info – support in 2 columns?

pendoo.tv-02-min-1.png

3. (Tablet-Homepage) Reduce white spacing?

pendoo.tv-03-min-1.png

4. (Tablet-Homepage) Resize slideshow?

pendoo.tv-04-min-1.png

5. (Mobile-Products) Change category nav links to 2-3 lines, instead scrollbar?

pendoo.tv-05-min-1.png

6. (Mobile-Products) Make image fullsize?

pendoo.tv-06-min-1.png

7. (Mobile-Products) Show breadcrumb on top of products?

pendoo.tv-07-min-1.png

Video resize in header when converting to mobile view

微信截图_20210524160452.png

Link to comment
On 5/21/2021 at 12:02 PM, tuanphan said:

@CQURE Do you need to fix these?

Site URL – https://www.pendoo.tv/

1. (Mobile-Homepage) Reduce white spacing under slide?

pendoo.tv-01-min-1.png

2. (Mobile-Footer) Make info – support in 2 columns?

pendoo.tv-02-min-1.png

3. (Tablet-Homepage) Reduce white spacing?

pendoo.tv-03-min-1.png

4. (Tablet-Homepage) Resize slideshow?

pendoo.tv-04-min-1.png

5. (Mobile-Products) Change category nav links to 2-3 lines, instead scrollbar?

pendoo.tv-05-min-1.png

6. (Mobile-Products) Make image fullsize?

pendoo.tv-06-min-1.png

7. (Mobile-Products) Show breadcrumb on top of products?

pendoo.tv-07-min-1.png

@tuanphan i need you!

Link to comment

Q2, 5, 7. Add to Design > Custom CSS

/* Mobile */
@media screen and (max-width:767px) {
/* footer links 2 columns */
div#page-section-601d157400355836d0c594a4>.row>.span-4:nth-child(-n+2) {
    width: 50% !important;
    float: left !important;
}
div#page-section-601d157400355836d0c594a4>.row>.span-4:nth-child(-n+2) .html-block {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/* Shop nav */
ul.nested-category-children {
    flex-wrap: wrap !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
/* products breadcrumb */
.ProductItem-nav-breadcrumb {
    display: block !important;
}
}

 

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.