Shape 5

Joomla Club Extensions => Reservations - Club => : argonhost November 22, 2010, 01:10:48 PM



: Changing the size of the package areas
: argonhost November 22, 2010, 01:10:48 PM
Can someone tell me where to find the settings to change the height of the packages.  I have just 3 sample packages on my test domain, but they are huge and noone would know to scroll to see all 3 I have setup.

Sorry, but not seeing much documentation on this module.

You can see my problem at:
http://cms.argonhosting.com/joomla/

Its bad in Firefox and then of course worse in IE.

Thanks in advance


: Re: Changing the size of the package areas
: jleckenby November 23, 2010, 07:31:16 AM
Your problem comes from definining a margin on every 'form div'. To combat this, add the following to template.css:

:
s5_reservation_adropwrap div {
margin: 0 !important;
}

That should fix it :)


: Re: Changing the size of the package areas
: argonhost December 01, 2010, 01:07:30 PM
James,

That didn't seem to work.  I changed templates, one built in artisteer, and have put it on a page by itself since I can't get it to work as a module on the side.

The drop down for packages is still huge.  Anything else to get this size down?

I also have the problem where the calendar function is not working.

Thanks!


: Re: Changing the size of the package areas
: argonhost December 01, 2010, 01:08:04 PM
sorry, the location is not here:

http://cms.argonhosting.com/joomla/index.php?option=com_content&view=article&id=16&Itemid=23

actually the checkin/checkout isn't working at all.


: Re: Changing the size of the package areas
: argonhost December 01, 2010, 01:14:28 PM
James,

Found the height in the styles.css for the module.  Not sure why I couldn't find this before.

Still need help on calendar unless I need to open a new thread.