Hi there,
I have a problem with calendar on this page:
I contacted the developers of this booking solution (Rezgo) and they replied that theres a css conflict with PL:
There is a conflict with your theme's CSS that is causing this. It is setting the month and year selectors to a fixed width.
In the following file ...
On about line 4729, remove the width declaration ...
select {
width: 220px;
}
My question is: How do I edit this css file and not break all things?
Thanks in advance












