flippin Posted March 15, 2014 Share Posted March 15, 2014 Hi, I want to reduce the Header Size. How can i do it ? Refer the attached header file. Prestashop version - 1.5.6.2 Regards Flippin Retails Link to comment Share on other sites More sharing options...
dioniz Posted March 15, 2014 Share Posted March 15, 2014 Looks like your logo is too big. Try to make height smaller Link to comment Share on other sites More sharing options...
flippin Posted March 15, 2014 Author Share Posted March 15, 2014 No.. i tried some other small logo.. it is same.. i want remove the top menubar (Contact, signup) and reduce the size of header. Link to comment Share on other sites More sharing options...
dioniz Posted March 15, 2014 Share Posted March 15, 2014 Is it possible to see your site? Link to comment Share on other sites More sharing options...
flippin Posted March 15, 2014 Author Share Posted March 15, 2014 www.flippin.in i have changed some thing in header.. but i want to remove that top bar (white space above yellow background) Link to comment Share on other sites More sharing options...
dioniz Posted March 15, 2014 Share Posted March 15, 2014 That domain doesnt work Link to comment Share on other sites More sharing options...
flippin Posted March 15, 2014 Author Share Posted March 15, 2014 ohh.. no idea why its not working.. if you come into skype.. i will share my screen.. Link to comment Share on other sites More sharing options...
dioniz Posted March 15, 2014 Share Posted March 15, 2014 This is what i get Link to comment Share on other sites More sharing options...
flippin Posted March 15, 2014 Author Share Posted March 15, 2014 yes. .may be outside India its not working... Link to comment Share on other sites More sharing options...
vekia Posted March 15, 2014 Share Posted March 15, 2014 i see just white page on flippin.in it will be hard to help without an access to website Link to comment Share on other sites More sharing options...
flippin Posted March 15, 2014 Author Share Posted March 15, 2014 am not sure why you guyz not able to access my website.. but it working fine for me.. i am new to this.. any idea ? Link to comment Share on other sites More sharing options...
flippin Posted March 15, 2014 Author Share Posted March 15, 2014 Can you try - http://flippin.in/index.php Link to comment Share on other sites More sharing options...
vekia Posted March 15, 2014 Share Posted March 15, 2014 your page just doesnt want to work with "www" - this is why we can't access probably. this is how your header looks like now: if you want to move whole menu a bit up, what with logo then? there will be no space for logo the only one, easy wat to decrease height is decreasing height of this: 1 Link to comment Share on other sites More sharing options...
flippin Posted March 15, 2014 Author Share Posted March 15, 2014 where can i decrease the height of this ? Link to comment Share on other sites More sharing options...
vekia Posted March 15, 2014 Share Posted March 15, 2014 in code: #search_block_top { text-align: center; clear: both; padding: 60px 0 0; } remove padding 60px 0 0; i have no idea where this code is, because your css files are minified. turn on CCC for css files and i will show you correct file 1 Link to comment Share on other sites More sharing options...
flippin Posted March 15, 2014 Author Share Posted March 15, 2014 I have turned on the ccc for css files. Link to comment Share on other sites More sharing options...
flippin Posted March 15, 2014 Author Share Posted March 15, 2014 hey vekia.. got it.. thanks a lot.. Link to comment Share on other sites More sharing options...
vekia Posted March 15, 2014 Share Posted March 15, 2014 thank you for information so, problem definitely solved? 1 Link to comment Share on other sites More sharing options...
flippin Posted March 15, 2014 Author Share Posted March 15, 2014 yes solved but i want to remove some spaces in that header.. can you help me in that.. sorry i am new to this.. so if you dnt mind and help on that ? http://postimg.org/image/ucy0vcur5/full/ Link to comment Share on other sites More sharing options...
vekia Posted March 16, 2014 Share Posted March 16, 2014 increase margin-top for .sf-contener you will need to change background position param from bottom to top (for .mode_header) Link to comment Share on other sites More sharing options...
flippin Posted March 16, 2014 Author Share Posted March 16, 2014 Perfects.. its working now... Thanks a lot. you can set this thread as resolved.. Link to comment Share on other sites More sharing options...
vekia Posted March 16, 2014 Share Posted March 16, 2014 you're welcome thank you for information. topic marked as solved as you suggested you can also mark own topics as solved: [sOLVED] TopicIf, after posting a topic, you find a solution to your problem, please indicate it in your post and describe the solution.Furthermore if you are the author of the topic for which a solution has been found, please edit your topic title to mark it as [sOLVED].To mark a topic as [solved] :- Edit the first post of your topic by clicking on the "Edit" button,- Click on the "Use full editor" button,- Add the "[solved]" string at the beginning of your topic title and click on the "Submit Modified Post" button. Link to comment Share on other sites More sharing options...
HH Services Limited Posted January 16, 2016 Share Posted January 16, 2016 in code: #search_block_top { text-align: center; clear: both; padding: 60px 0 0; } remove padding 60px 0 0; i have no idea where this code is, because your css files are minified. turn on CCC for css files and i will show you correct file Hello Vekia, thanks for your help here in the forum. I see that this post is half solved as you show what to do, but not where. If we want to reduce the height of the header so that the top block menu, cart block and logo can be more compress, where should we do the changes and what changes should be done if different than the ones shown above? Thanks again. Link to comment Share on other sites More sharing options...
HH Services Limited Posted January 21, 2016 Share Posted January 21, 2016 Found solution: Change these styles #block_top_menu { padding-top: 0;}#header .shopping_cart { padding-top: 10px;} Place #block_top_menu in blocktopmenu.css and #header .shopping_cart in blockcart.css you will find both of these files in themes->default-bootstrap->css->modules IT WORKS!! 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