hilaryb Posted December 16, 2021 Share Posted December 16, 2021 Site URL: http://hilarybeckwith.com/quiz Hello- I pasted a code from Interact in order to embed a quiz into a Code Block. The quiz appears to not be centered, I have played around with it quite a bit. How can I, either remove the space on the right of the object, or center the quiz so equalize the spacing? Spacers are not cutting it, because the object itself has spacing on the right side. Link to comment
SquareRefresh Posted December 16, 2021 Share Posted December 16, 2021 1 hour ago, hilaryb said: Site URL: http://hilarybeckwith.com/quiz Hello- I pasted a code from Interact in order to embed a quiz into a Code Block. The quiz appears to not be centered, I have played around with it quite a bit. How can I, either remove the space on the right of the object, or center the quiz so equalize the spacing? Spacers are not cutting it, because the object itself has spacing on the right side. Hey @hilaryb remove Your previous code and try this: #block-yui_3_17_2_1_1639685235074_2121 iframe { margin: 0 auto !important; } tuanphan 1 SquareRefresh, premium plugins & templates that have an elevated feel. Plugins: Have your site stand out. Templates: Our templates are designed with versatility in mind.Get Freebies: Sometimes things in life are free. Browser our hand selected free plugins. Link to comment
janamcwms Posted June 9, 2022 Share Posted June 9, 2022 I'm having the same problem with embed code blocks on this page of my website.https://crimminsconstructiontx.com/monarch I can't figure out how to center it as well I have no idea how to get it centered and working on mobile. This is the code that I need to embed: <iframe src="https://my.matterport.com/show/?m=sRLKgTfo3c5&mls=1" frameborder="0" width="853" height="480" allowfullscreen allow="xr-spatial-tracking"></iframe> Any guidance would be so appreciated!! Link to comment
tuanphan Posted June 11, 2022 Share Posted June 11, 2022 On 6/10/2022 at 3:27 AM, janamcwms said: I'm having the same problem with embed code blocks on this page of my website.https://crimminsconstructiontx.com/monarch I can't figure out how to center it as well I have no idea how to get it centered and working on mobile. This is the code that I need to embed: <iframe src="https://my.matterport.com/show/?m=sRLKgTfo3c5&mls=1" frameborder="0" width="853" height="480" allowfullscreen allow="xr-spatial-tracking"></iframe> Any guidance would be so appreciated!! Add to Design > Custom CSS /* center embed block */ div#block-yui_3_17_2_1_1654802943766_7425 div { text-align: center; } /* mobile embed block */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1654802943766_7425 iframe { width: 100%; } } 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
janamcwms Posted June 21, 2022 Share Posted June 21, 2022 On 6/11/2022 at 3:52 AM, tuanphan said: Add to Design > Custom CSS /* center embed block */ div#block-yui_3_17_2_1_1654802943766_7425 div { text-align: center; } /* mobile embed block */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1654802943766_7425 iframe { width: 100%; } } Thank you so much! That worked. Appreciate the help. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment