Any idea what causes the banners to move around? If I resize the window, the banner moves? It doesn't seem to matter where I place it. Is there anyway to make it static...
This could even be style related or my tags? I am not sure.. This mod is awesome that is for sure. thanks for it
I am trying to place two ads under the "Welcome username, Settings, Profile, Log out" in the header.
They are 468 x 60 in size
** CSS EDIT::
#ad_global_below_navbar {
width:100%;
padding:{vb:stylevar ad_padding};
margin:{vb:stylevar ad_margin};
display: inline-block;
overflow-x:auto;
white-space: nowrap;
}
|