ScoutMedia Posted June 30, 2023 Share Posted June 30, 2023 Does anyone have advice as to how I could fix the spacing/alignment issues with the previous/next pagination buttons on the video detail page when in mobile view? When the video description is long the previous/next buttons crowd the description and sometimes overlap it. many thanks in advance! Link to comment
tuanphan Posted July 4, 2023 Share Posted July 4, 2023 Hi, Can you share link to this page? We can check easier 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
ScoutMedia Posted July 4, 2023 Author Share Posted July 4, 2023 www.camerawork.ca Thank you! Link to comment
tuanphan Posted July 5, 2023 Share Posted July 5, 2023 17 hours ago, ScoutMedia said: www.camerawork.ca Thank you! I don't see pagination on homepage. Can you share link to exact 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
ScoutMedia Posted July 5, 2023 Author Share Posted July 5, 2023 Absolutely! Here you go: https://www.camerawork.ca/film/v/arkells-ft-lights-human-being Link to comment
tuanphan Posted July 7, 2023 Share Posted July 7, 2023 On 7/5/2023 at 10:19 PM, ScoutMedia said: Absolutely! Here you go: https://www.camerawork.ca/film/v/arkells-ft-lights-human-being This margin-bottom code in CSS caused problem You can add this to Design > Custom CSS @media screen and (max-width:767px) { .lesson-details { margin-bottom: 0 !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
ScoutMedia Posted July 7, 2023 Author Share Posted July 7, 2023 Super! That fixed it! Is there a way to align the left-hand pagination to be aligned closer to the left-hand of the screen? I tried adjusting the margin without success. Thank you! Link to comment
tuanphan Posted July 8, 2023 Share Posted July 8, 2023 16 hours ago, ScoutMedia said: Super! That fixed it! Is there a way to align the left-hand pagination to be aligned closer to the left-hand of the screen? I tried adjusting the margin without success. Thank you! Use this new code @media screen and (max-width:767px) { .lesson-details { margin-bottom: 0 !important; } .lesson-item-pagination--prev-next { padding-left: 10px; padding-right: 10px; } } 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