• Hello,

    Currently using the code below, I have my slider centered between both sidebars. Does anybody have an edit on this code to have it aligned left and only the right sidebar coming all the way up to the header?

    My site: http://www.newagehiphop.com

    add_action ( ‘wp_head’ , ‘move_my_slider’);
    function move_my_slider() {
    //we unhook the slider
    remove_action( ‘__after_header’ , array( TC_slider::$instance , ‘tc_slider_display’ ));

    add_action( ‘__before_loop’ , array( TC_slider::$instance , ‘tc_slider_display’ ), 0);
    }

    Any help is appreciated. Thank you!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Right Sidebar Next to Slider’ is closed to new replies.