Hi, this worked however it has left quite a large gap between the pagination and the first section. is this something that needs to be adjusted in the code? i tried playing around withe the heights and it doesn't seem to effect this gap
yes, it worked!
this is how it went.
I didn't work fully with just the first section of code on its own, it appeared with no text.
then i put all 3 together as directed and it worked
Amazing thank you!
Hi, I am having trouble moving portfolio pagination to the top of the portfolio page under the navigation. I have tried various other codes that were unsuccessful. including this one below ( i did change the collection id). i wonder if it makes a difference what type of portfolio set up i have (mine is hover overlay). any help would be most appreciated
/* Move portfolio pagination to top */
body.collection-62129c560e6b7b087d32985f.view-item 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: 100px;
}
body.collection-62129c560e6b7b087d32985f.view-item section.item-pagination.item-pagination--prev-next {
padding-top: 0;
padding-bottom: 5px;
}
body.collection-62129c560e6b7b087d32985f.view-item #page section:first-child {
padding-top: 10px !important;
}
i was confused by the (First-child) line but others said the code worked.
thank you in advance