bdorsey Posted September 11, 2019 Share Posted September 11, 2019 Here's the page that needs help.http://briandorseystudios.com/shootproof-index(the codeblock seems to want to right justify the content) Here's the code that's called. <script type="text/javascript">var _spRemote={width:1920,height:1080} ;var _ce = parseInt(Math.random() * 99999999);document.write('<sc' + 'ript type="text/javascript" src="https://photos.briandorseystudios.com/remote/embed?ce=' + _ce + '"></sc' + 'ript>');</script> I'm not a coder. Can anyone explain to me (in simple terms...) how to get the output of this block centered on the page? Since it's a code block, i can't use spacer blocks. Thanks! Link to comment
tuanphan Posted September 12, 2019 Share Posted September 12, 2019 @bdorsey Add to Home > Design > Custom CSS div#block-yui_3_17_2_1_1567616009803_3736 { width: 100%; } iframe#sp-1568246184592 { transform: translateX(-20%); } (bad solution) 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 September 12, 2019 Share Posted September 12, 2019 @bdorsey Add to Home > Design > Custom CSS div#block-yui_3_17_2_1_1567616009803_3736 { width: 100%; } iframe#sp-1568246184592 { transform: translateX(-20%); } (bad solution) 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
bdorsey Posted September 12, 2019 Author Share Posted September 12, 2019 Thanks @tuanphan !! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.