Universal booking and reservations component for Joomla!.
NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.
Page:
1
TOPIC: How to fix width div boxes?
How to fix width div boxes?
15 years, 4 months ago #21591
jack19
OFFLINE
Posts: 35
Hi,
for some template it's necessary, in the general css, to fix the width size
div.boxesDay {
float: left;
margin-right: 10px;
margin-top: 0;
width:23%; /* add by me */
}
it's possible another way?
Ciao.
Gioacchino Cipriano
The topic has been locked.
Re: How to fix width div boxes?
15 years, 4 months ago #21696
jitr
OFFLINE
ARTIO Support
Posts: 1430
Hi, you can overwrite Booking CSS in page template CSS.