Community Support Forums — WordPress® ( Users Helping Users ) — 2011-05-28T13:19:08-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=6594 2011-05-28T13:19:08-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6594&p=16158#p16158 <![CDATA[Re: how to tweak membership login widget?]]>

cote289 wrote:
i'm not sure what you mean by selectors.


No problem, it's good that you want to learn.

This tutorial may help you with that http://css.maxdesign.com.au/selectutorial/

Here's more documentation on them http://www.w3.org/TR/CSS2/selector.html

Selectors are what you use to select what you'll style. The Pro Login Widget has a lot of IDs defined that you can use to style those parts specifically.

Statistics: Posted by Cristián Lávaque — May 28th, 2011, 1:19 pm


]]>
2011-05-28T13:12:26-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6594&p=16157#p16157 <![CDATA[Re: how to tweak membership login widget?]]>
Code:
<div class="ws-plugin--s2member-pro-login-widget">


So the class here is : ws-plugin--s2member-pro-login-widget

So you would want to add something like this to your CSS :

Code:
.ws-plugin--s2member-pro-login-widget {padding: 20px;}


Where you add this is up to you, but if your theme supports custom css in the admin section, then you can paste that there. If not, you can put this is the very bottom of your style.css or another css file that your theme uses.

Statistics: Posted by sgtcory — May 28th, 2011, 1:12 pm


]]>
2011-05-28T12:00:22-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6594&p=16144#p16144 <![CDATA[Re: how to tweak membership login widget?]]>
I'm still fairly new to CSS and that type of code, but am learning quick.

thanks

Ben

Statistics: Posted by cote289 — May 28th, 2011, 12:00 pm


]]>
2011-05-28T01:17:31-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6594&p=16121#p16121 <![CDATA[Re: how to tweak membership login widget?]]> Statistics: Posted by Cristián Lávaque — May 28th, 2011, 1:17 am


]]>
2011-05-27T14:52:08-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6594&p=16092#p16092 <![CDATA[how to tweak membership login widget?]]>
I'm setting up my site at www.trulysimpletech.com and I'd like some help/advice on how to tweak the membership login widget?

currently it takes up 100% of the sidebar and looks bad

what code do i need to add to have some padding or margin so its not at 100% and looks a little cleaner?

see screenshots:
http://awesomescreenshot.com/093dskd20
http://awesomescreenshot.com/0e8dskead

I've tried tweaking the code in s2-member-pro.css but its not quite working as expected.

any help is greatly appreciated

thanks for the great plugin

Ben

Statistics: Posted by cote289 — May 27th, 2011, 2:52 pm


]]>