Jump to content

[SOLVED] Logo problem


Recommended Posts

Hello, 

I have a problem. 

After the upgrade PrestaShop smashed the graphics.

It looks like this:

01.jpg

 

I wish it looked like this.

02.jpg

 

Here is global.css

Theme is default.


 

/* ************************************************************************************************

HEADER

************************************************************************************************ */

#header: {

/* height: 100px; */

/*  position: relative; */

background-color: transparent !important;

}

 

#header_logo : {

position: absolute;

top: -100px;

z-index: 1;

background-color: transparent !important; 

}

 

#header_right {

position:absolute;

top:0px;

left:0px;

}

 

#header_right {

position:relative;

float: right

}

 


 

Link to comment
Share on other sites

paste this to global.css file:

#header_logo{
	position:absolute;
}

#header_right {
	position:relative;
	float: right;
	margin-top:110px;
}

after changes press ctrl+f5 in your front office to refresh cache.

Still nothing.

My global.css one more time:

 
/* ************************************************************************************************
HEADER
************************************************************************************************ */
#header: {
/* height: 100px; */
/*  position: relative; */
/*background-color: transparent !important; */
}
 
#header_logo : {
position:absolute;
/* top: -50px;
z-index: 1;
background-color: transparent !important; */
}
 
/* #header_right {
position:relative;
 
top:0px;
left:0px; */
}
 
#header_right {
position:relative;
float: right;
margin-top:110px;
}
 
 
/* ************************************************************************************************
BREADCRUMB
************************************************************************************************ */
Link to comment
Share on other sites

×
×
  • Create New...