Jump to content

[SOLVED] How to get space for a larger logo (PR 1.5.5.0)


Recommended Posts

Hello and again thank you for help.

 

I need some more assistance.

 

Please look at http://www.eldatech.no/shop/

 

We want to make the logo a little larger.

We tried that but then the bottom part of the logo was covering the top menu.

As there are "plenty" of space above the logo which could be used it seems that when we enlarge the log it increases also downwards.  It would be nice to have a constant buttom line so that when we enlarge it it will only increase upwards.

 

Is that possible ??

 

 

Regards

 

Petter

Edited by Penge58 (see edit history)
Link to comment
Share on other sites

open global.css located in your theme / default / css / directory.

 

add height:200px; to:

#header_right {
position: relative;
float: right;
height:200px;
}

open /modules/blocktopmenu/css/superfish-modified.css file

add position: relative; and top: 40px; to:

.sf-contener {
clear: both;
position:relative;
top:40px;
}

effect:

Ltw0RT4.png

  • Like 1
Link to comment
Share on other sites

open global.css located in your theme / default / css / directory.

 

add height:200px; to:

#header_right {
position: relative;
float: right;
height:200px;
}

open /modules/blocktopmenu/css/superfish-modified.css file

add position: relative; and top: 40px; to:

.sf-contener {
clear: both;
position:relative;
top:40px;
}

effect:

Ltw0RT4.png

 

 

Thank you again :-)

I will try this.

 

Petter

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