Centering Slider
-
Greetings,
I have Layerslider installed to run at the top of my website running the new Twenty Twelve theme; as a child theme. The slider won’t center, it keeps favoring the right side.
I have it working perfect in the Twenty Eleven theme, but it’s appearing different in Twenty Twelve.
I have it installed in the header.php in the child theme(third line is what I inserted for the slider:
<body <?php body_class(); ?>>
<div id=”page” class=”hfeed site”>
<?= do_shortcode(‘[layerslider id=”1″]’); ?>The slider properties has an area to add style;
“You can add your own style to the LayerSlider container if you want (for exampe margin top / bottom, etc). You can use any CSS properties.”I tried adding> margin-left:auto; margin-right:auto;
No effect.
Can someone tell me how to center this either through code in the header or through the slider itself?
The website is https://www.wildcatit.com.
Thanks,
Mel
- The topic ‘Centering Slider’ is closed to new replies.