- This topic has 4 replies, 2 voices, and was last updated 9 years, 6 months ago by Tom.
-
AuthorPosts
-
March 25, 2015 at 6:45 am #91196Silvio
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
March 25, 2015 at 7:06 am #91212SilvioHi 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
March 25, 2015 at 4:50 pm #91436TomLead DeveloperLead DeveloperHi 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 ๐
March 25, 2015 at 10:28 pm #91493SilvioHi Tom,
perfect! That’s what i mean.Greetingxxx and have a nice day!
March 25, 2015 at 11:37 pm #91506TomLead DeveloperLead DeveloperYou too! ๐
-
AuthorPosts
- You must be logged in to reply to this topic.