pattyo Posted July 4, 2013 Share Posted July 4, 2013 (edited) Hello guys, i have read many tutorials and in all was open global.css and rewrite size of header but in my global.css i dont have size of my header #header {position:relative} #header_logo { float:left; display:block; margin-top:30px; margin-left:10px; } #header_right { position:relative; float: right; height:130px; margin-right:20px; width:700px; } My site is www.styleshop.finacademy.eu How can i change size of my header? Thank you for answers and sorry for my bad english Edited July 8, 2013 by vekia (see edit history) Link to comment Share on other sites More sharing options...
maio Posted July 4, 2013 Share Posted July 4, 2013 you can just spedify height:300px or whatever you might need, ---now its the result of the elements inside Link to comment Share on other sites More sharing options...
pattyo Posted July 4, 2013 Author Share Posted July 4, 2013 But parameters of header is 263x61 I can upload image of any size but it wil be still 263x61. Link to comment Share on other sites More sharing options...
vekia Posted July 4, 2013 Share Posted July 4, 2013 in this case you have to edit header.tpl file you've got there definition of width="" and height="" - just remove it it looks like: <img src="{$logo_path}" style="width:{$width_logo}px; height:{$height_logo}px;" /> in the header.tpl file Link to comment Share on other sites More sharing options...
pattyo Posted July 4, 2013 Author Share Posted July 4, 2013 Sorry guys im really lame but i cant find it can you please take look? http://www.finacademy.eu/header.tpl Many thanks Link to comment Share on other sites More sharing options...
vekia Posted July 4, 2013 Share Posted July 4, 2013 here it is: <img class="logo" src="{$img_dir}logo.png?{$img_update_time}" alt="{$shop_name|escape:'htmlall':'UTF-8'}" {if $logo_image_width}width="{$logo_image_width}"{/if} {if $logo_image_height}height="{$logo_image_height}" {/if} /> change it to: <img class="logo" src="{$img_dir}logo.png?{$img_update_time}" alt="{$shop_name|escape:'htmlall':'UTF-8'}" /> Link to comment Share on other sites More sharing options...
pattyo Posted July 4, 2013 Author Share Posted July 4, 2013 Many thanks sir! You really made my day! Link to comment Share on other sites More sharing options...
vekia Posted July 4, 2013 Share Posted July 4, 2013 you're welcome, can I mark this thread as [solved] now? does it work as you expect? Link to comment Share on other sites More sharing options...
pattyo Posted July 4, 2013 Author Share Posted July 4, 2013 Yes ofc Link to comment Share on other sites More sharing options...
FranksBank Posted July 9, 2013 Share Posted July 9, 2013 May I open this again please? I'm having the same problem but the solutions above are not working. I'm using 1.5.4.1 which appears slightly different to 1.5.4.0 in that the CSS is not the same (but shouldn't really make a difference) and that the DIV containing the menu is nested within 'header_right' whereas it was previously outside, therefore underneath and pushed down automatically by the logo size. I have a solution that works for the time being but am hoping there is a better answer available. My workaround as follows: Added to global.css: .sf-contener { padding-top: 30px; } Many thanks for any further advice. Link to comment Share on other sites More sharing options...
vekia Posted July 9, 2013 Share Posted July 9, 2013 it is possible to check your website somewhere? if so, please paste the url i will check it. Link to comment Share on other sites More sharing options...
FranksBank Posted July 9, 2013 Share Posted July 9, 2013 (edited) Certainly, here's the site (working in maintenance mode but will open it up in just a second): http://www.loadsofsweets.co.uk I've left 'my fix' in pace so if you'd prefer to see it 'broken' let me know. Thanks for a taking a look. (please pardon the mismatch of logo, URL and product range; it's a work in progress! ) Edited July 9, 2013 by FranksBank (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted July 9, 2013 Share Posted July 9, 2013 your website is under maintenance mode so it isn't possible to check it. Link to comment Share on other sites More sharing options...
FranksBank Posted July 9, 2013 Share Posted July 9, 2013 (edited) Sorry I thought I'd enabled it. Definitely there now. EDIT: Now put back to maintenance mode to keep the site 'offline' until ready. If happy to provide IP I can add access. Thanks. Edited July 10, 2013 by FranksBank (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now