How can I fix the WP-Members' Widget for Login Status
-
First of all, thanks for the great plugin – it works great, and I like it.
All the WP-Members’ Widgets are working well, but here is the thing.
Only for the Login Status Widget on the Side bar, the layout is collapsed with extra spaces.
I think it could be possible to fix it with CSS.Loot at the resources of the Widget part, the code is as follows.
<div id="wp-members"> <div class="widget-top"> <h3 class="widget-title icon-crown">Login Status</h3> </div> <p>Hello, Users. ......</p> </div>
I’d like to make <div id=”wp-members”> into <div id=”wp-members” class=”widget-top”>.
Where is the CSS that I should fix?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How can I fix the WP-Members' Widget for Login Status’ is closed to new replies.