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?

#6223
wisefamily
Customer

    Oh, I thought I was supposed to add the new content to the “after content ad” widget area.

    I just added the search box to the slider2 widget and it’s there but it looks horrible.

    Okay, are you saying I coded this wrong?

    /**
    * Display widget content for “slider” and “welcome” sections.
    *
    */
    function epik_home_loop_helper_top() {

    genesis_widget_area( ‘slider’, array(
    ‘before’ => ‘<div id=”slider”><div class=”slider-inner”>’,
    ‘after’ => ‘</div></div>’,
    ) );

    genesis_widget_area( ‘slider-2’, array(
    ‘before’ => ‘<div id=”slider-2″><div class=”After Content Ad”>’,
    ‘after’ => ‘</div></div>’,
    ) );

    }

    I’m not sure where to define the width. In the style.css file?