Jump to content

Video detail page on mobile: Pagination crowding video description

Recommended Posts

Does anyone have advice as to how I could fix the spacing/alignment issues with the previous/next pagination buttons on the video detail page when in mobile view? When the video description is long the previous/next buttons crowd the description and sometimes overlap it. 
many thanks in advance!

IMG_9990.png

Link to comment
  • Replies 7
  • Views 419
  • Created
  • Last Reply

Top Posters In This Topic

On 7/5/2023 at 10:19 PM, ScoutMedia said:

This margin-bottom code in CSS caused problem

image.png.95722eaff2ecc2f261e10990a45f11dd.png

You can add this to Design > Custom CSS

@media screen and (max-width:767px) {
.lesson-details {
    margin-bottom: 0 !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
16 hours ago, ScoutMedia said:

Super! That fixed it!
Is there a way to align the left-hand pagination to be aligned closer to the left-hand of the screen? I tried adjusting the margin without success.

 

Thank you!

Use this new code

@media screen and (max-width:767px) {
.lesson-details {
    margin-bottom: 0 !important;
}
.lesson-item-pagination--prev-next {
    padding-left: 10px;
    padding-right: 10px;
}
}

 

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.