cmography Posted March 2, 2020 Share Posted March 2, 2020 Site URL: https://agicreative.com/object360s Site Password: password I have a code block that will not properly align with my header text, see screenshot. Further down the page you will see other code blocks properly aligned and I suspect this is due to a difference in size ratios. This is the code I am currently using: <div class="Sirv" data-src="https://venteron.sirv.com/mustang_restoration/mustang_restoration.spin"></div> Link to comment
tuanphan Posted March 2, 2020 Share Posted March 2, 2020 try width 100% div#block-yui_3_17_2_1_1583012585721_13421 { width: 90% !important; } 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
cmography Posted March 2, 2020 Author Share Posted March 2, 2020 3 hours ago, tuanphan said: try width 100% div#block-yui_3_17_2_1_1583012585721_13421 { width: 90% !important; } That didn't seem to do anything. I also tried changing the 90% to 100% and nothing happens. I also confirmed the #block id was correct. Link to comment
tuanphan Posted March 2, 2020 Share Posted March 2, 2020 .spin-figure.desktop.spin-x-axis { max-width: 100% !important; } div#block-yui_3_17_2_1_1583012585721_13421 { width: 100% !important; } 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
cmography Posted March 2, 2020 Author Share Posted March 2, 2020 26 minutes ago, tuanphan said: .spin-figure.desktop.spin-x-axis { max-width: 100% !important; } div#block-yui_3_17_2_1_1583012585721_13421 { width: 100% !important; } I really appreciate you trying, but this did nothing as well. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.