Calendar visualization on the user profile

GK User
Mon Nov 26, 2012 4:37 pm
I'm working on boutique template on a project. I have a some issues about the working of this template with redshop component, but finally i decided to use virtuemart. Now I have another problem with the profile of user. I want to make the user put his birthday on the profile but i see this result that you can see in the attachament:
calendar.png


Anybody knows how to ressolve this.

Thanks you.
User avatar
Fresh Boarder

Konrad M
Mon Nov 26, 2012 4:45 pm
Hi,
please send me url to your website with this issue.
User avatar

GK User
Mon Nov 26, 2012 4:51 pm
The url is:

http://ninotsdecolors.cat/index.php?opt ... gistration

As you can see also the table for user profile not display inline.

Thanks.
User avatar
Fresh Boarder

Konrad M
Mon Nov 26, 2012 5:05 pm
Please try add to override.css
Code: Select all
.calendar .button {
display:table-cell !important;
float:none: !important;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;
}

.registration #member-registration dl dt:first-child {
width:160px !important;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Mon Nov 26, 2012 5:29 pm
The table works fine, i see it inline, but tha calendar no. I don't see the calendar correctly.

Thank you.
User avatar
Fresh Boarder

Konrad M
Mon Nov 26, 2012 5:45 pm
Change first part of code to this one:
Code: Select all
.calendar .button {
display:table-cell !important;
float:none !important;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;
}
User avatar

GK User
Mon Nov 26, 2012 7:34 pm
Ok thanks very much. Works fine!!

Thank You!!
User avatar
Fresh Boarder


cron