Meta Slider integration
-
Hi,
I put meta slider in the header.php child theme.
“
</header>
<div id=”overflow-container” class=”overflow-container”>
<?php
if ( current_theme_supports( ‘breadcrumb-trail’ ) && !is_search() ) {
breadcrumb_trail(array(
‘separator’ => ‘>’,
‘show_browse’ => false,
‘show_on_front’ => false)
);
} ?>
<div id=”main” class=”main” role=”main”>
<?php
echo do_shortcode(“[metaslider id=369]”);
?>
“
But unlike other themes, the meta slider is on the left, and I would like it centred. How would this best be done?
Best,
Sam
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Meta Slider integration’ is closed to new replies.