right column width on registration page

14 years 10 months ago #102702 by ken_trenholm
right column width on registration page was created by ken_trenholm
Hi,

I'm running a not-for-profit site for children and I'm hoping someone can help me with what I hope is a little step.

Essentially, what do I need to do to increase the size of the question (right hand column) on the CB Registration Page?

Thanks in advance,

Ken

Please Log in to join the conversation.

14 years 10 months ago #102710 by ckayfish
Replied by ckayfish on topic Re:right column width on registration page
Using Firebug you can see that this is controlled by
[code:1].titleCell {
width:125px;
}[/code:1]
Edit the template.css for which ever template you are using located here:
[code:1]components/com_comprofiler/plugin/templates/MY_TEMPLATE_NAME/template.css[/code:1]

Please keep in mind I am not sure everywhere this is ued, but they will all be increased, which you probably want anyway. Since this is inside a div ID called "registrationTable", you could add this to the bottom of your template to effect .titlecell on this page only:
[code:1]#registrationTable .titleCell{
width:250px;
}[/code:1]

Tips for understanding and solving your issue - Props to Krileon for creating this.
My Opensource CB Plugins: Mutual Connections and MYCB Cookie available here

Please Log in to join the conversation.

14 years 10 months ago #103459 by ken_trenholm
Replied by ken_trenholm on topic Re:right column width on registration page
That is awesome and it works fine. Karma for you, my friend.

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.244 seconds

Facebook Twitter LinkedIn