Ashley4993 Posted July 11, 2019 Share Posted July 11, 2019 Hi, Is there any way that I can add code or do something in the style editor that would allow for the silver background image seen on the sides of the desktop version to show up the same way on mobile? Thank you. Link to comment
tuanphan Posted July 11, 2019 Share Posted July 11, 2019 @Ashley4993 Can you share site url & access password? 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
tuanphan Posted July 11, 2019 Share Posted July 11, 2019 @Ashley4993 Add to Home > Design > Custom CSS @media screen and (max-width:767px) { #header, .outer-warpper { max-width: 90% !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
Ashley4993 Posted July 11, 2019 Author Share Posted July 11, 2019 I entered it but it didn't do anything. Link to comment
tuanphan Posted July 11, 2019 Share Posted July 11, 2019 @Ashley4993 Try this :D @media only screen and (max-width: 1100px) { #header, .outer-wrapper { width: 90% !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
Ashley4993 Posted July 11, 2019 Author Share Posted July 11, 2019 Worked perfectly! Thank you! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.