stur Posted December 14, 2021 Share Posted December 14, 2021 Hi I've added the CSS code below to change the width on the bedford template which seems to work fine, however I would like it not to be appied to mobile devices as they do not need the 80% width how would I do this? /*page content set to 80%*/ #page, #content {max-width: 80% !important;} thanks in advance for any help given. Link to comment
stur Posted December 14, 2021 Author Share Posted December 14, 2021 I have been googling the issue and added the below to my code which seems to work, can anyone confirm this is the right code to use? Thanks @media screen and (min-width:768px) { #page, #content {max-width: 80% !important;} } Link to comment
tuanphan Posted December 17, 2021 Share Posted December 17, 2021 Yes. the code will work on Desktop + Tablet only 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
stur Posted January 27, 2022 Author Share Posted January 27, 2022 Thanks for your help. 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