Align Center Class Won't Work
-
I have this class in my .css file:
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
I apply it as follows:
<div class="aligncenter"> <?php echo do_shortcode('[mapsmarker layer="1"]'); ?> </div>
If I manually set the align property of the div tag, the content is centered. If I use that class, it is not. Any idea why this is?
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Align Center Class Won't Work’ is closed to new replies.