Jump to content

[SOLVED] Main menu and Header logo problem.


Recommended Posts

Hi to all.

 

I am new in Prestashop and i just finished installation.

My problem is with the main menu bar . I chose my logo (150px width) and it covers the top main bar.

I know i can make my logo smaler but i wonder if there is a way i can move the main menu bar lower?

 

Thanks in Advance and happy holidays to all.

Link to comment
Share on other sites

Hi to all.

 

I am new in Prestashop and i just finished installation.

My problem is with the main menu bar . I chose my logo (150px width) and it covers the top main bar.

I know i can make my logo smaler but i wonder if there is a way i can move the main menu bar lower?

 

Thanks in Advance and happy holidays to all.

 

can you share url to your website? it will be much easier for help then

 

thanks in advance

Link to comment
Share on other sites

in this case it's necessary to move logo to the top, and move menu a bit down.

 

in global.css line 547 decrease top: 30px; param to 10px;

#header_logo {
position: absolute;
left: 0;
top: 10px;
z-index: 1;
}

then open http://www.stampa-stampa.gr/modules/blocktopmenu/css/superfish-modified.css file and in line 2 add

margin-top:110px; like on example below:
 

.sf-contener {
clear: both;
margin-top: 110px;
}

effect:

 

ISHC4To.png

Link to comment
Share on other sites

in this case it's necessary to move logo to the top, and move menu a bit down.

 

in global.css line 547 decrease top: 30px; param to 10px;

#header_logo {
position: absolute;
left: 0;
top: 10px;
z-index: 1;
}

then open http://www.stampa-stampa.gr/modules/blocktopmenu/css/superfish-modified.css file and in line 2 add

margin-top:110px; like on example below:

 

.sf-contener {
clear: both;
margin-top: 110px;
}

effect:

 

ISHC4To.png

 

 

Thanks a lot .

you re the best!

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...