New custom Panel Class option for HTML content.
Hi Joe,
In an artisteer theme you have the following structure:
<div id="ctl01_divRight" class="art-layout-cell art-sidebar2 rightside right2column cmszone">
<div id="ctl01_rightContent_ctl00_pnlContainer" class="module12">
etc etc etc
<div id="ctl01_rightContent_ctl00_pnlWrapper" class="art-Post-inner panelwrapper htmlmodule ZZZZZZ">
<div class="art-blockheader">
In the above example the "Custom CSS Class: ZZZZZZ" is applied to HTML for right panel as shown.
This is OK.. and allows me to disable Bullet points with a "cleared" class.
BUT.. What I would REALLY REALLY like is an additional new property maybe called:
Custom Panel CSS Class:
Which would allow me to override the:
<div id="ctl01_divRight" class="art-layout-cell art-sidebar2 rightside right2column cmszone YYYYY">
with a "cleared" or other class allowing me to force a custom style on a given panel. (be it left/right/centre/first -- nth panel).
Thanks
Andrew