Jump to content

[solved] Header Image Issues


Recommended Posts

Recently my header image has started to cover the top menu bar and part of my left side content blocks. I tried re-uploading my header image but no change.

 

The only thing I had changed to the theme was to add the favorite icon.

 

version 1.5.4

 

any advice?

Link to comment
Share on other sites

open global.css file located in your theme directory: themes/your_theme/global.css

don't forget to make a backup of this file.

 

to the #columns add: margin-top: 70px;

#columns {
margin-top: 70px;
}

 

to #header_right add top: 75px;

#header_right {
top: 75px;
position: relative;
float: right;
}

 

from #header_logo remove top:30px;

#header_logo {
position: absolute;
z-index: 1;
}

Link to comment
Share on other sites

Thank you. This has almost fixed it. It is above the top menu bar and is only covering part of the search box now.

 

change the width of the input for search box: /modules/blocksearch/blocksearch.css

 

#search_block_top #search_query_top {
padding: 0 5px;
height: 23px;
width: 300px;
border: 1px solid #666;
border-right: 0 !important;
color: #666;
background: url(img/bg_search_input.png) repeat-x 0 0 #fff;
float: left;

 

decrease value of width:300px; - for example: width: 250px;

Link to comment
Share on other sites

I tried to upload a .png file to replace the .jpg logo but the image is automatically converted back to .jpg. How can I change the header logo from .jpg to either .png or gif? What file should I make changes and how? Any help? Thanks!

Link to comment
Share on other sites

  • 1 month later...

open global.css file located in your theme directory: themes/your_theme/global.css

don't forget to make a backup of this file.

 

to the #columns add: margin-top: 70px;

#columns {
margin-top: 70px;
}

 

to #header_right add top: 75px;

#header_right {
top: 75px;
position: relative;
float: right;
}

 

from #header_logo remove top:30px;

#header_logo {
position: absolute;
z-index: 1;
}

 

Thanks it`s work

Link to comment
Share on other sites

  • 1 year later...
  • 1 year later...

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