Martian Posted June 15, 2022 Share Posted June 15, 2022 Site URL: http://www.martiandesign.com Hi guys, was wondering if there was a way toadjust the margins of the previous/next labels/arrows so it aligns with the page content. Any help would be greatly appreciated. Link to comment
tuanphan Posted June 16, 2022 Share Posted June 16, 2022 Try adding this to Design > Custom CSS @media screen and (min-width:768px) { section.item-pagination.item-pagination--prev-next { margin-left: 7%; margin-right: 7%; } } 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
Martian Posted June 16, 2022 Author Share Posted June 16, 2022 4 hours ago, tuanphan said: Try adding this to Design > Custom CSS @media screen and (min-width:768px) { section.item-pagination.item-pagination--prev-next { margin-left: 7%; margin-right: 7%; } } oh my gracious, thank you! Link to comment
Martian Posted June 18, 2022 Author Share Posted June 18, 2022 On 6/16/2022 at 5:20 AM, tuanphan said: Try adding this to Design > Custom CSS @media screen and (min-width:768px) { section.item-pagination.item-pagination--prev-next { margin-left: 7%; margin-right: 7%; } } this unfortunately leaves a white margin on the pages that are black. Do you know a workaround? many thanks Link to comment
tuanphan Posted June 18, 2022 Share Posted June 18, 2022 8 hours ago, Martian said: this unfortunately leaves a white margin on the pages that are black. Do you know a workaround? many thanks Add to Design > Custom CSS body {background-color:black;} 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment