Hello,
When I assign the module to header and banner_right position, it always stays at the left screen: http://goo.gl/go5Dns
Could you please help me to solve this?
Site: http://jreplay.com
Thanks,
Giang Anh
#gkBanners > div > div:first-child {
margin-top: 0;
}
<div id="gkPageContent" class="gkPage">
<div id="gkCustomModules">
<div class="customModule">
<jdoc:include type="modules" name="custom_module1" style="gk_style" />
</div>
<div class="customModule">
<jdoc:include type="modules" name="custom_module2" style="gk_style" />
</div>
<div class="customModule">
<jdoc:include type="modules" name="custom_module3" style="gk_style" />
</div>
<div class="customClear"></div>
</div>
.customModule {
width: 33%;
float: left;
min-height: 1px;
}
.customClear {
clear: both;
}
#gkCustomModules .sclogin {
text-align: center;
}
#gkCustomModules .mijosearch_bg_module {
margin: 0 auto;
}