differentkennedy Posted June 1, 2021 Share Posted June 1, 2021 Site URL: http://differentkennedy.com/apparel Is there a way to dictate the page padding on a single page? Specifically would like the index individual pages to appear higher and the padding between the page + index navigation to be much smaller. Attached image for reference of specific padding areas. [Want applied to all pages pulled from within that index page but not the rest of the site] Link to comment
tuanphan Posted June 2, 2021 Share Posted June 2, 2021 Add to Design > Custom CSS /* Apparel page padding */ body#collection-569ec63989a60ac11efdeb9c section#page { margin-top: 5px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
differentkennedy Posted June 2, 2021 Author Share Posted June 2, 2021 14 hours ago, tuanphan said: Add to Design > Custom CSS /* Apparel page padding */ body#collection-569ec63989a60ac11efdeb9c section#page { margin-top: 5px; } Awesome! That did the trick for the top - any solution for tightening the space above and below the "back to apparel" // "prev / next" links? Link to comment
Solution tuanphan Posted June 3, 2021 Solution Share Posted June 3, 2021 Use this /* Pagination spacing */ div.project { margin-bottom: 5px !important; } div#projectThumbs { margin-top: 5px !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment