Jump to content

1.6.9 theme head logo misaligned


Recommended Posts

You will have to do the logo, search, and cart individually. Change your logo back to 15px or whatever you want in global.css

 

  header .row #header_logo {
      padding-top: 15px; }
 
Go to themes/default-bootstrap/css/modules/blocksearch/blocksearch.css
In blocksearch.css change this to the same px as your logo:
 
#search_block_top {
    padding-top: 50px;
}

 

Then go to themes/default-bootstrap/css/modules/blockcart/blockcart.css and change the px for padding-top to the same as the logo px and the search px.

 

#header .shopping_cart {
    float: right;
    padding-top: 50px;
    position: relative;
}
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...