CSS issue with Breezing Forms Calendar

Professional Business Joomla template for corporate and business websites suitable for showing stock quotes, up to date news, portfolio management resources or international market data.
GK User
Sat Jan 26, 2013 11:09 am
Hi,

I am using breezing forms and I am having an issue with the CSS from the template effecting the way the calendar pop up displays (see attached)

Screen-Shot-2013-01-26-at-11.26.jpg


users on the breezing forms website suggest placing this piece of code in the template.css..

Code: Select all
}

div.calendar .button {
   margin-right: 0px; display:table-cell;
}


It seems to work for some people but is not working on the finacial business template...

Any one have any suggestions?
User avatar
Senior Boarder

Konrad M
Sat Jan 26, 2013 10:05 pm
Hi,
can you give us url to page with this issue ?
User avatar

GK User
Wed Feb 20, 2013 9:41 am
Hello,
I have the same problem with the financial business template and not only with this template.
I need the fix urgently. Please help me.
the link with the calendar error is this:
http://www.it.nedvijimostivitalii.ru/index.php/affitti

Thanks.
User avatar
Fresh Boarder

Konrad M
Thu Feb 21, 2013 11:36 am
Please try use this code in 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;
}

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

GK User
Thu Feb 21, 2013 11:49 am
Now the calendar it's ok but under the calendar I see the menu link!!!
What can I do now?

http://www.it.nedvijimostivitalii.ru/index.php/affitti

Thank you.
User avatar
Fresh Boarder

Konrad M
Thu Feb 21, 2013 11:51 am
Add this to override.css
Code: Select all
div.calendar {
z-index: 100000 !important;
}
User avatar

GK User
Thu Feb 21, 2013 11:58 am
You are the best =))
Now it's ok. I have only little problem when I use the chrome browser.
Take a look here:

http://www.it.nedvijimostivitalii.ru/in ... re-la-casa

the calendar must been in the right position and not under the words: begin and end !!!
Why only with chrome is not in the right position? What can I do?

Thank you
User avatar
Fresh Boarder

Konrad M
Thu Feb 21, 2013 1:28 pm
Please switch template to default one like beez and check if this issue still exist.
User avatar

GK User
Thu Feb 21, 2013 1:47 pm
With the beez template is on the right way. Issue is gone.
Only with gavick template have this issue.
User avatar
Fresh Boarder

GK User
Mon Feb 25, 2013 9:13 am
news about my problem?

thanks
Daniel
User avatar
Fresh Boarder

Konrad M
Mon Feb 25, 2013 1:55 pm
Please try add to override.css
Code: Select all
.ezitem-wrapModBox {
width: auto !important;
}

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

GK User
Mon Feb 25, 2013 2:06 pm
okkk
works

thank you very much
User avatar
Fresh Boarder


cron