JMSB Posted April 19, 2021 Share Posted April 19, 2021 Site URL: https://www.mindfullmovement.net Hi there! I have finished creating my site and was checking out the mobile version. I have a strange background color when I slide over - any thoughts on how to get rid of this? I think it's due to the size of the embedded video on the home page? Thank you! www.mindfullmovement.net RPReplay_Final1618846149.MP4 Link to comment
Agha_Waqas Posted April 19, 2021 Share Posted April 19, 2021 8 hours ago, JMSB said: Site URL: https://www.mindfullmovement.net Hi there! I have finished creating my site and was checking out the mobile version. I have a strange background color when I slide over - any thoughts on how to get rid of this? I think it's due to the size of the embedded video on the home page? Thank you! www.mindfullmovement.net RPReplay_Final1618846149.MP4 I just review your website. It seems like color is come from the body tag. and also your website is broken because of the video you embed, so that's why you see that color. Simply add below code into CSS editor. .code-block iframe { max-width: 800px !important; width:100% !important;} Link to comment
JMSB Posted April 20, 2021 Author Share Posted April 20, 2021 16 hours ago, Agha_Waqas said: I just review your website. It seems like color is come from the body tag. and also your website is broken because of the video you embed, so that's why you see that color. Simply add below code into CSS editor. .code-block iframe { max-width: 800px !important; width:100% !important;} Worked perfectly! Thank you so much for your help! Agha_Waqas 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