JMSB Posted April 19, 2021 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
Agha_Waqas Posted April 19, 2021 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;}
JMSB Posted April 20, 2021 Author 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!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.