Support Forum
All the information in the header is contained within .spHeadContainer, but looking at the screenshot it looks to me like the advert is inside this div.
I doubt that height: will help, it has no rules as it is just a holder. Adding height or padding to the container doesn't change the way the elements within appear. I think the only thing that would help is changing the height of the advert div itself, but that looks tricky!
I have it in the top of the header.php right after this
# Start Template
# Mandatory call to sp_HeaderBegin() - available to custom code
# ----------------------------------------------------------------------
this is right after the code
sp_InsertBreak();
sp_HeaderBegin();
so should I just add a couple more insert breaks?
Well in normal circumstances one break would do it so there must be something a little odd about the way the ad code is injected.
But you can add extra spece to the call like this:
sp_InsertBreak('spacer=15px');
for example which will create a 15px high break. Change the value to suit. Give that try.
YELLOW
SWORDFISH
|
1 Guest(s)