tizdaz Posted March 4, 2015 Share Posted March 4, 2015 (edited) hiya guys My logo is much smaller when i upload it, screenshot below shows the logo on the site after upload on the left, and on the right is the actual logo with the size it should be any ideas why its smaller on site, it looks messy & cant hardly read it! ? Thanks Edited March 4, 2015 by tizdaz (see edit history) Link to comment Share on other sites More sharing options...
Dh42 Posted March 5, 2015 Share Posted March 5, 2015 More than likely the container it is in in the css is scaling it. Link to comment Share on other sites More sharing options...
tizdaz Posted March 5, 2015 Author Share Posted March 5, 2015 hi there, any more details please? i'm not 100% familiar with which file/code it is i need to edit? Thanks Link to comment Share on other sites More sharing options...
tizdaz Posted March 6, 2015 Author Share Posted March 6, 2015 Can you please explain? Why is it scaling it, how do i disable auto scaling for the logo!? Link to comment Share on other sites More sharing options...
Dh42 Posted March 6, 2015 Share Posted March 6, 2015 You would need to edit the global.css file. Find the container that the image is in, and adjust the size of it. Link to comment Share on other sites More sharing options...
tizdaz Posted March 6, 2015 Author Share Posted March 6, 2015 Ok thanks, will give it a go when im home from work :-) Link to comment Share on other sites More sharing options...
tizdaz Posted March 6, 2015 Author Share Posted March 6, 2015 Hi how do i know which container its in? im doing the "inspect element" would the container be header? Link to comment Share on other sites More sharing options...
tizdaz Posted March 6, 2015 Author Share Posted March 6, 2015 theres no attribute in global.css for "container" on anything ? Link to comment Share on other sites More sharing options...
tizdaz Posted March 6, 2015 Author Share Posted March 6, 2015 (edited) ok this is all i have in my global.css regarding head/logo image: #header { position:relative; z-index:101; padding:0 0 40px } #header_logo { display:block; position:absolute; left:0; top:89px } #header-inner { padding:194px 0 0; position:relative My original image size is 300x88 ...ive also tried to upload one that is 600x100 but whatever size image i upload, it always scales it to 290x85 ? Edited March 6, 2015 by tizdaz (see edit history) Link to comment Share on other sites More sharing options...
Dh42 Posted March 6, 2015 Share Posted March 6, 2015 Link me to your site and make sure that CCC for css is off in the backend and I will tell you where it is. Link to comment Share on other sites More sharing options...
tizdaz Posted March 6, 2015 Author Share Posted March 6, 2015 (edited) ok thanks here you go buddy: http://www.ifm-moto.com/index.php ah not sure where to check for the CCC? Edited March 6, 2015 by tizdaz (see edit history) Link to comment Share on other sites More sharing options...
Dh42 Posted March 6, 2015 Share Posted March 6, 2015 It is in the 320.css file, line 339 it says 290px, it needs to be 300px. 1 Link to comment Share on other sites More sharing options...
tizdaz Posted March 6, 2015 Author Share Posted March 6, 2015 (edited) ah ok, so if i upload an image that, lets say 600x100 ..do i also change it in the 320.css file, line 339 it to say 600px and 100px ? Edited March 6, 2015 by tizdaz (see edit history) Link to comment Share on other sites More sharing options...
Dh42 Posted March 6, 2015 Share Posted March 6, 2015 Correct. But then you have to figure out what happens when the site scales to different resolutions for mobile and tablet. It is not as straight forward as it seems sometimes. You would need to test and adjust it for different screen resolutions. 1 Link to comment Share on other sites More sharing options...
tizdaz Posted March 6, 2015 Author Share Posted March 6, 2015 GREAT! dude your a star, ive just tested it & works great \o/ ..ive been bashing my head for days trying to figure it out, thanks alot :D Link to comment Share on other sites More sharing options...
tizdaz Posted March 6, 2015 Author Share Posted March 6, 2015 just tested it on my mobile phone, perfect Link to comment Share on other sites More sharing options...
tizdaz Posted March 6, 2015 Author Share Posted March 6, 2015 on a side note, what you think of my store ? Ive still got a few things to sort on it, but its getting there! Link to comment Share on other sites More sharing options...
Dh42 Posted March 6, 2015 Share Posted March 6, 2015 Great, I am glad I could help. Happy selling. Link to comment Share on other sites More sharing options...
tizdaz Posted March 6, 2015 Author Share Posted March 6, 2015 Thankyou Link to comment Share on other sites More sharing options...
Recommended Posts