Reply To: Slider on the Left, Sidebar on the Right…How?

Homepage Community Forums Epik Theme Support Slider on the Left, Sidebar on the Right…How? Reply To: Slider on the Left, Sidebar on the Right…How?

#6530
Eric
Customer

    It looks like you’ve added everything correctly, but you’ll need to add both slider areas inside of the same div in your home.php file and add a width. They both have no width defined which makes them fullwidth by default, which is why they are stacked on top of each other.

    Just use something like

    echo '<div class="example">';
    
    Your slider widget code
    
    Your slider 2 widget code
    
    echo '</div>';

    You’ll of course have to play around with the width of the div and then the width of both the slider areas. You’ll have to create some css for the div that contains both the widgets.


    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com