How to center align widget text with table that get created

I can’t seem to center align the widget counter on my page.
Any ideas on how to treat it. this is what I am adding to the widget area:

BR
Putte

<iframe src="http://free.timeanddate.com/countdown/i5toc0u3/n291/cf12/cm0/cu4/ct0/cs0/cac34495c/co0/cr0/ss0/cac000/cpc34495c/pcefe4ce/tcfff/fn3/fs100/iso2019-07-20T10:00:00" allowTransparency="true" frameborder="0" width="115" height="27"></iframe>

Hi there,

Thanks for writing in! I see you’re using an iframe and it’s styling is being controlled by a third party site which can’t be controlled via custom CSS within the theme. There may be options available for customization in it’s documentation that you can check for. In the mean time you can try replacing your code with the following coce:

<iframe src="http://free.timeanddate.com/countdown/i5toc0u3/n291/cf12/cm0/cu4/ct0/cs0/cac34495c/co0/cr0/ss0/cac000/cpc34495c/pcefe4ce/tcfff/fn3/fs100/iso2019-07-20T10:00:00" allowtransparency="true" frameborder="0" align="center" style="width: 110px;margin: 0 auto;"></iframe>

Hope this helps!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.