How can I use the full width of advertising space in the sidebar, instead of being limited to 2 125 X 125 ads, side by side? Please advise! Thanks.
Hi mdb!
Can you please elaborate? Would you like to display one ads instead with 100% width of the widget area? If so, please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_partner2 { display: none!important; }
.avia_partner_widget a, .avia_partner_widget a:hover { width: 100%; padding-bottom: 100%; }
Cheers!
Yigit
Thanks, Yigit!