• Below is the code that I am using for the slider. Currently the slider is located to the extreme left. How do I move it to the center?

    <!-- slider -->
    <?php if(is_front_page()) { ?>
    
    <div id="slider_container" >
    
    	<div class="row">
    
    		<div class="ten columns">
    			<?php get_template_part( 'element-slider', 'index' ); ?>
    		</div>
    
    	</div>
    </div>
    
    <?php } ?> <!-- slider end -->
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Discover Slider positioning’ is closed to new replies.