m77 Posted October 16, 2012 Share Posted October 16, 2012 Hi everyone, im trying to move my logo position by modifying line: a id="header_logo" title="BigOshop" href="http://www.bigoshop.com/"> <img class="logo" width="800" height="400" alt="BigOshop" src="/img/logo.jpg?1350319601"> </a> to: a id="header_logo" title="BigOshop" href="http://www.bigoshop.com/"> <img class="logo" width="300" height="70" alt="BigOshop" src="/img/logo.jpg?1350319601"> </a> My logo is exactly where i want it but as soon as i refresh, setting goes back to default. Tried to turn on force comply on and cache off but still ,changes don't get saved.. any advice?? Link to comment Share on other sites More sharing options...
tomerg3 Posted October 16, 2012 Share Posted October 16, 2012 Which file did you change this in? Link to comment Share on other sites More sharing options...
m77 Posted October 16, 2012 Author Share Posted October 16, 2012 Here is the file, is this the right location?? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <body id="index" class=" "> <script type="text/javascript"> <script src="/modules/blockwishlist/js/ajax-wishlist.js" type="text/javascript"> <div id="page" class="container_9 clearfix"> <div id="header" class="grid_9 alpha omega"> <a id="header_logo" title="BigOshop" href="http://www.bigoshop.com/"> <img class="logo" width="800" height="400" alt="BigOshop" src="/img/logo.jpg?1350319601"> </a> <div id="header_right" class="grid_6 omega"> <div class="sf-contener clearfix"> </div> <div id="addshoppers_buttons" class="addshoppers-enabled grid_9 alpha omega"> <div id="columns" class="grid_9 alpha omega clearfix"> <div id="footer" class="grid_9 alpha omega clearfix"> </div> thanks for helping Link to comment Share on other sites More sharing options...
vekia Posted October 16, 2012 Share Posted October 16, 2012 Here is the file, is this the right location?? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <body id="index" class=" "> <script type="text/javascript"> <script src="/modules/blockwishlist/js/ajax-wishlist.js" type="text/javascript"> <div id="page" class="container_9 clearfix"> <div id="header" class="grid_9 alpha omega"> <a id="header_logo" title="BigOshop" href="http://www.bigoshop.com/"> <img class="logo" width="800" height="400" alt="BigOshop" src="/img/logo.jpg?1350319601"> </a> <div id="header_right" class="grid_6 omega"> <div class="sf-contener clearfix"> </div> <div id="addshoppers_buttons" class="addshoppers-enabled grid_9 alpha omega"> <div id="columns" class="grid_9 alpha omega clearfix"> <div id="footer" class="grid_9 alpha omega clearfix"> </div> thanks for helping give file name not file content Link to comment Share on other sites More sharing options...
tomerg3 Posted October 16, 2012 Share Posted October 16, 2012 The filename / location.... Link to comment Share on other sites More sharing options...
Recommended Posts