Separating Space Footer Widgets

Home Forums Support Separating Space Footer Widgets

Home Forums Support Separating Space Footer Widgets

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #91196
    Silvio

    Hi Tom,
    Is it possible to achieve a similar structure with Separating Space in the footer area with widgets like in the widgets on the left side?

    Greetingxxxx

    #91212
    Silvio

    Hi Tom,
    i change the function.php:

    	register_sidebar( array(
    		'name'          => __( 'Footer Widget 1', 'generate' ),
    		'id'            => 'footer-1',
    		'before_widget' => '<aside id="%1$s" class="widget inner-padding %2$s" style="background-color:#6a8339; min-height:300px; margin-right:10px; padding-top: 20px;">',
    		'after_widget'  => '</aside>',
    		'before_title'  => apply_filters( 'generate_start_widget_title', '<h4 class="widget-title">' ),
    		'after_title'   => apply_filters( 'generate_end_widget_title', '</h4>' ),
    	) );
    	register_sidebar( array(
    		'name'          => __( 'Footer Widget 2', 'generate' ),
    		'id'            => 'footer-2',
    		'before_widget' => '<aside id="%1$s" class="widget inner-padding %2$s" style="background-color:#6a8339; min-height:300px; margin-right:10px; padding-top: 20px;">',
    		'after_widget'  => '</aside>',
    		'before_title'  => apply_filters( 'generate_start_widget_title', '<h4 class="widget-title">' ),
    		'after_title'   => apply_filters( 'generate_end_widget_title', '</h4>' ),
    	) );
    	register_sidebar( array(
    		'name'          => __( 'Footer Widget 3', 'generate' ),
    		'id'            => 'footer-3',
    		'before_widget' => '<aside id="%1$s" class="widget inner-padding %2$s" style="background-color:#6a8339; min-height:300px; padding-top: 20px;">',
    		'after_widget'  => '</aside>',
    		'before_title'  => apply_filters( 'generate_start_widget_title', '<h4 class="widget-title">' ),
    		'after_title'   => apply_filters( 'generate_end_widget_title', '</h4>' ),
    	) );

    Could I make these adjustments in my child theme ? As I am referring to the ‘ css ‘ on the IDs ( footer- 1, etc … ) ?

    For a better understanding , look at my page .
    http://fv-grundschule-amhohenfeld.de/

    greetingxxx

    #91436
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Doing something like this may be the easier route: http://generatepress.com/forums/topic/change-color-within-footer-text-widget/#post-88031

    I’ve made some changes to the theme so it will be easier to target each individual widget and make it a little nicer – I’ll have that code ready when the next version comes out ๐Ÿ™‚

    #91493
    Silvio

    Hi Tom,
    perfect! That’s what i mean.

    Greetingxxx and have a nice day!

    #91506
    Tom
    Lead Developer
    Lead Developer

    You too! ๐Ÿ™‚

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.