• Hi,

    I am trying to remove one of the header widgets, so that I only have 2 slideshows that resize automatically taking up the whole width of that area. They are too small when separated into 3.

    Please show me where to find that code, so i can change c4 to c6, thank you!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter anthonystal

    (@anthonystal)

    Hi, I have found the code on the header.php file, but changing the c4 to c6 in there does not change the size of the widgets. Please help! Thank youuuuuu!! x

    The widget size is controlled in functions.php.

    register_sidebar( array(
    		'name' => __( 'Home Page Top Area', 'gridiculous' ),
    		'id' => 'home-page-top-area',
    		'description' => __( 'Widgetized area on the home page directly below the navigation menu. Specifically designed for 3 text widgets. Must be turned on in the Layout options on the Customize Gridiculous admin page.', 'gridiculous' ),
    		'before_widget' => '<aside id="%1$s" class="home-widget c4 %2$s">',
    		'after_widget' => '</aside>',
    		'before_title' => '<h3 class="home-widget-title">',
    		'after_title' => '</h3>',
    	) );

    Change c4 in the before_widget setting.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing one of the three header widgets’ is closed to new replies.