FlexiPanels CSS for Dreamweaver Forum


box FlexiPanels CSS for Dreamweaver
FlexiPanels CSS for Dreamweaver is a CSS builder that helps you create table-less HTML code for side panels, menu containers or any content zones with a gradient background and rounded corners.

Find out more about FlexiPanels CSS for Dreamweaver

Thread: getting panels to \\\\\\\'float\\\\\\\' in center

title left
User Details
message
title right
David Reid

post date:
2011-10-03 16:06:06
I managed to get three panels aligned side by side but they are aligned to the left of my page under the header. How do I get them to be centered like they are in your demo.rnrnDavid
Andrei Rinciog [Extend Studio]

post date:
2011-10-04 06:48:28
Hello David,

If you have the panels floating inside a div you must that div using margin-left and margin-right auto. For this to work you must specify the exact width of that container.

Like this:

<div style="width:[total_width_of_your_panels]; margin-left:auto; margin-right:auto;">
.. panels ..

</div>

Tell me if you have more questions.

Regards,
Andrei Rinciog