Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Here’s a sample page: http://www.seannmadl.com/editing-cinematography/
I would like the white part of the page to be black. How do I make this happen.
ALSO! I would like the two videos to symmetrically fill up the page. I don’t want all that filler at the right.
PLEASE HELP!

Hi Seann
Here we go, you’ll need to place this under Appearance > Custom CSS if you’re on Focus Premium or in your own Custom CSS plugin if you’re on Focus Free:
/* Focus Container */ .content-container { background: #000 !important; border: 1px solid #000 !important; } /* YouTube Gallery */ .ul-YoutubeGallery { text-align: center; } .ul-YoutubeGallery li.li-YoutubeGallery { float: none !important; display: inline-block; } ul-YoutubeGallery li h3.title-YoutubeGallery { color: #444444 !important; } .ul-YoutubeGallery li blockquote.blockquote-YoutubeGallery { color: #666 !important; }Edit the colors in the last two selectors if you want to change the heading and description text color.
This worked! Thank you!
Super, glad that helped.