I added a video to the left featured decription on the home page and it worked great. My problem is that on the mobile/responsive version it is not aligning correctly. Site is www.youngswebproductions.com Thanks in advance for your help!!
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: @media only screen and (max-width: 480px) { .main_content { width:470px; } } It will solve your issue.