charlton.studio Posted July 28 Share Posted July 28 Hi there, I want to vertically center the only section on a single page on our client's site. https://www.rbjl.com/ Particularly on mobile, it seems hard to center!! Would appreciate any help! Thanks, Adam Link to comment
tuanphan Posted July 29 Share Posted July 29 Add this to Design > Custom CSS /* Vertical center section on Mobile */ @media screen and (max-width:991px) { body.homepage article section { position: fixed; top: 50%; transform: translateY(-50%); } } 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
charlton.studio Posted July 29 Author Share Posted July 29 Thank you Tuanphan!! tuanphan 1 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