gmoussa73 Posted December 1, 2010 Share Posted December 1, 2010 i have a very simple question....how can i move the shop logo to the left? its position on left is fine but i want to take it more to the left above the left colom to align it better with the edge of the left colom......any help plz? Link to comment Share on other sites More sharing options...
Steppo Posted December 1, 2010 Share Posted December 1, 2010 hi,In the global.css you can try to edit css rule: (line 210) h1#logo Here you can adjust a little. Link to comment Share on other sites More sharing options...
gmoussa73 Posted December 1, 2010 Author Share Posted December 1, 2010 i tried there its only about moving it down a little bit but nothing to modify the left margin of the logo.....i want to shift it a little to the left...... Link to comment Share on other sites More sharing options...
Steppo Posted December 1, 2010 Share Posted December 1, 2010 ok. Send a link or an image and i´ll try to help you... Link to comment Share on other sites More sharing options...
Emmanuel Paris Posted December 2, 2010 Share Posted December 2, 2010 In your global.css, add to your h1#logo something like margin-left: -200px Link to comment Share on other sites More sharing options...
gmoussa73 Posted December 2, 2010 Author Share Posted December 2, 2010 didn't work man....no change? Link to comment Share on other sites More sharing options...
Emmanuel Paris Posted December 2, 2010 Share Posted December 2, 2010 So I need a link, else I can't just guess. Link to comment Share on other sites More sharing options...
gmoussa73 Posted December 2, 2010 Author Share Posted December 2, 2010 ok....check the logo in the picture....i want to shift it more to the left.....possible?? Link to comment Share on other sites More sharing options...
Steppo Posted December 2, 2010 Share Posted December 2, 2010 ok....check the logo in the picture....i want to shift it more to the left.....possible?? The block where the logo is situated is inside the #header (around line 193) and will not movi outside this unless you change for instance the logo css rule to // h1#logo { float: left; width: 29%; margin-top:0.5em; text-align:left; position: relative; left: -40px; top: 0px; } // The -40 puts the logo more to the left. Adjust this value for you needs. You can also adjust the top value.Try this i think it will work:)cheers Link to comment Share on other sites More sharing options...
Recommended Posts