Jump to content

[SOLVED] Reduce header Size


Recommended Posts

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:
YqlZtG0.png

 

 

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:

BeWhpoF.png

  • Like 1
Link to comment
Share on other sites

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

  • Like 1
Link to comment
Share on other sites

you're welcome :)

thank you for information.

topic marked as solved as you suggested

you can also mark own topics as solved:

 

 

[sOLVED] Topic
If, 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

  • 1 year later...

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...