unlocklasvegas Posted June 20, 2022 Share Posted June 20, 2022 Site URL: https://www.unlocklasvegas.com/ Currently only available on the home page, with a large image on the right side of the template. I want it to be dynamic full width throughout the entire website. Link to comment
tuanphan Posted June 21, 2022 Share Posted June 21, 2022 You mean white large gap on right side? Add to Design > Custom CSS main#main { max-width: 100% !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
unlocklasvegas Posted June 21, 2022 Author Share Posted June 21, 2022 15 hours ago, tuanphan said: You mean white large gap on right side? Add to Design > Custom CSS main#main { max-width: 100% !important; } Thank you for the help. This seems to have worked on the main page. Is there a way to make it work on every single page? Link to comment
tuanphan Posted June 22, 2022 Share Posted June 22, 2022 16 hours ago, unlocklasvegas said: Thank you for the help. This seems to have worked on the main page. Is there a way to make it work on every single page? Try this new code @media screen and (min-width:901px) { main#main { max-width: 100% !important; width: calc(~"100% - 240px"); } } 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