Basically I want to be able to put an ad below the sliders on my home page, a long horizontal one that could be like 970x100, I can put it in their in the HomePage Big widget but then it appears behind whatever is at the top of the HomePage Med and HomePage Small widget sections.
Is there anything I can do to add some cushion to Med/Small widget areas so that they don't appear directly under neath the sliders but maybe 80-100 pixels down? So that I can fit a very long ad underneath the sliders and then resume the normal widgetized homepage? Thanks
Unfortunately personal customizations are not covered by regular support, although I would need to see a live example to help on that anyway. Maybe some padding-top to the other sidebars would be enough. Another possible solution would be to place the ad code directly in theme files, between the content and the sliders I guess.
Basically I want to be able to put an ad below the sliders on my home page, a long horizontal one that could be like 970x100, I can put it in their in the HomePage Big widget but then it appears behind whatever is at the top of the HomePage Med and HomePage Small widget sections.
Is there anything I can do to add some cushion to Med/Small widget areas so that they don't appear directly under neath the sliders but maybe 80-100 pixels down? So that I can fit a very long ad underneath the sliders and then resume the normal widgetized homepage? Thanks
Hi there,
Unfortunately personal customizations are not covered by regular support, although I would need to see a live example to help on that anyway. Maybe some padding-top to the other sidebars would be enough. Another possible solution would be to place the ad code directly in theme files, between the content and the sliders I guess.
Regards
djwd
Regards
djwd
Thanks, I might just try placing ad code in theme files. How could I add padding that area?
Sidebars container classes are named as widgetized-big - widgetized-medium widgetized-small
To add some padding to each of them, you could paste in the Custom CSS text area the following:
.widgetized-big { padding-top: 50px; }
Use the same syntax for other sidebars
Hope this helps
Regards
djwd
Regards
djwd