<div class="top"> <div class="top1" align="<?php echo _GEM_RTL ? 'left' : 'right'; ?>"> <img src="<?php echo $mosConfig_live_site; ?>/images/M_images/404warning.jpg" border="0" alt="warning" /> </div> <div class="top2"> <span class="toptitle"><?php echo _ELX_ERROR; ?> 404</span><br /> <?php echo _E_PAGE_NOTFOUND; ?><br /> <span style="font-size: 13px;"<?php echo _GEM_RTL ? ' dir="rtl"' : ''; ?>><?php echo $_SERVER['REQUEST_URI']; ?></span> </div></div>
Hi Dennis,I suggest you to install this: https://addons.mozilla.org/en-US/firefox/addon/60Then you can see what are the objects on page, and what CSS is related to.PSI assume you are using firefox, if not you should definetly start using it.
includes/error404.php in head section add or modify the ..body { overflow: auto; background-color: #FFFFFF; }
56- .top1 [57- width: 25%;58- margin: 0;59- padding: 0 20px;60- float: <?php echo _GEM_RTL ? 'right' : 'left'; ?>;
float: right;
float: <?php echo _GEM_RTL ? 'right' : 'left'; ?>;