I am working with a system that outputs the following syntax (which I can’t change)
<body>
<div class="page">
<center>
[The page contents]
</center>
</div>
</body>
I would like to nullify the formatting on the <center> element as it is messing with my responsive layout. Any ideas how to nullify the style on this element?
It depends on exactly what you need to do, but you can use css on the
centerelement like so:or maybe:
Try out some different things and see what works best.