generate_construct_header_widget()
-
Hi there,
The Generatepress header structure has this function:function generate_construct_header_widget() { if ( is_active_sidebar( 'header' ) ) : ?> <div class="header-widget"> <?php dynamic_sidebar( 'header' ); ?> </div> <?php endif; }
I would like to add a class to the dynamic sidebar in order to get something like this:
<div class="header-widget align-self-end">
. Another posibility would be to add a wrapper between this div and the widget sidebar.
Has Generatepress any filter to add this class? Another way to solve it?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘generate_construct_header_widget()’ is closed to new replies.