Jump to content

[résolu] prob avec menu et colonne de gauche


Recommended Posts

Salut,


Bon pour résoudre ton probleme va falloir mettre les mains dans le cambouis :

Pour cela direction le global.css se trouvant dans le répertoire css de ton theme.

Ensuite édite les lignes suivantes :

ligne 191

#header {
background:url("../img/header.jpg") repeat scroll 0 0 transparent;
clear:both;
height:150px;
text-align:right;
width:780px;
}


remplace height:150px; par height:183px;

et ligne 29 ( attention c'est un autre css se trouvant dans le répertoire /modules/blockcategoriestopsc/css/droppy.css)

#categories_block_top_sc_ul  {
background-color:transparent;
text-align:center;
top:70px;
} 



remplace top:70px; par top:100px;

V++

Atch

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