Site logo

widget

A small request…

I’m using the GeneratePress theme on a new site, and I’ve got a request (or question) regarding the widget header text. Two of the three headers fit on a single line, but the third header is long and wraps. Predictably, the header wrap pushes the widget content down, and the client has noted the imbalance. … Read more

targetting one sidebar widget

Hi Tom, Is it possible to alter the behaviour of one text widget in the right sidebar & leave the others unchanged? In Customise -> Element spacing, the separating space for sidebar widgets is set to top: 40, right:40, bottom: 40 left: 40. I’d like to keep that as it is for all the widgets … Read more

3 new widgets (page-new.php)

Hey Tom, I’m stuck in something here. (I’m using child theme) I need to create 3 widgets area after header so I created a new page (page-homepage.php) and I call the new widgets: <div class="grid-container"> <div class="grid-33"><?php dynamic_sidebar( 'left-top' ); ?></div> <div class="grid-33"><?php dynamic_sidebar( 'mid-top' ); ?></div> <div class="grid-33"><?php dynamic_sidebar( 'right-top' ); ?></div> </div> And … Read more

Choose the widget to display for side bar

I noticed that for the footer section, there is a choice for which widget to display? I wonder can I do the same for the side bar section? That is I can choose which widget to be displayed on the side bar for a specific page/post? Thanks!

widget background issue

Hi, Just purchased the add-ons and setting up the site. On the right sidebar the background does not span along the entire comment. You can check this out

Style sidebar widgets individually

I’m looking to customize the style for each sidebar widget individually, much like the right sidbar on your site here: https://www.generatepress.com/support/ (top login widget is white bg, the rest are blue) Is this built in to the add-ons?