evadRC Posted May 30 Posted May 30 Hi, I want to move the pagination from the bottom of the gallery to the bottom part of the hero section. Is this possible? If not, can I add instead? https://strongcontractors.com/projects/uchealth-memorial-hospital Please check the image where i want to place the pagination buttons. Thanks.
tuanphan Posted June 1 Posted June 1 This is possible with some CSS code. But the page you shared doesn't work. Can you check 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!)
evadRC Posted June 3 Author Posted June 3 @tuanphan Sorry we changed the url. Here's the updated url: https://strongcontractors.com/portfolio/uchealth-memorial-hospital Thanks.
tuanphan Posted June 5 Posted June 5 On 6/3/2024 at 11:50 PM, evadRC said: @tuanphan Sorry we changed the url. Here's the updated url: https://strongcontractors.com/portfolio/uchealth-memorial-hospital Thanks. You can use this code to Website > Website Tools > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script> jQuery(document).ready(function($){ $('.item-pagination[data-collection-type^="portfolio"]').appendTo('#page>article>section:first-child'); }) </script> <style> #page>article>section:first-child { display: flex; flex-direction: column; } .item-pagination[data-collection-type^="portfolio"] { width: 100% !important; padding: 0px !important; } </style> 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!)
evadRC Posted June 5 Author Posted June 5 @tuanphan nice. it worked. just a little adjustment and it's good. can we display the previous and next text? and move it like in the image please.
Solution tuanphan Posted June 8 Solution Posted June 8 Add this code under code I sent <style> #page>article>section:first-child { justify-content: space-between; } .item-pagination-title { display: block !important; font-size: 20px !important; color: #fff !important; line-height: 30px; opacity: 1 !important; visibility: visible !important; } a.item-pagination-link { align-items: center !important; } section#itemPagination { position: relative; background-color: transparent !important; } </style> 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment