Jump to content

move portfolio pagination arrows inline with page header block

Recommended Posts

#2. Add to Design > Custom CSS

div#wm-subnav {
    display: none !important;
}

#1. 

/* Move portfolio pagination to top */
body.collection-5eabf92615e0104404382757 main#page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 150px;
}
 body.collection-5eabf92615e0104404382757 section.item-pagination.item-pagination--prev-next {
    padding-top: 0;
    padding-bottom: 5px;
}
  body.collection-5eabf92615e0104404382757 #page section:first-child {
    padding-top: 10px !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
On 8/22/2022 at 1:00 AM, JBint said:

@tuanphan thank you so much. Both worked. The moving the pagination up to the top - I was wondering if there was a way to write the css to have the arrows be inline with the page title?

You can adjust padding top value in this code

body.collection-5eabf92615e0104404382757 section.item-pagination.item-pagination--prev-next {
    padding-top: 0;
    padding-bottom: 5px;
}

 

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
  • 7 months later...

Is there a way to apply this to the pagination on the "video detail page" (Video Page)?

Or alternatively, to reduce the amount of space between the video meta and the pagination? Or move just arrows to the left and right of the video?

Sharing the existing pagination placement.

 

Many thanks!

 

Screen Shot 2023-03-24 at 5.19.12 PM.png

Link to comment
On 3/25/2023 at 4:20 AM, ScoutMedia said:

Is there a way to apply this to the pagination on the "video detail page" (Video Page)?

Or alternatively, to reduce the amount of space between the video meta and the pagination? Or move just arrows to the left and right of the video?

Sharing the existing pagination placement.

 

Many thanks!

 

Screen Shot 2023-03-24 at 5.19.12 PM.png

Can you share link to video detail page?

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 3/30/2023 at 9:52 PM, ScoutMedia said:

https://mandarin-poodle-dg32.squarespace.com/ PW test

Go to Work>Film and select any video.

 

Many thanks!

You can add this to Design > Custom CSS to reduce space

/* video detail - space pagination - content */
.lesson-details {
    margin-bottom: 0px !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.