[-] FO: Fixed bug PrestaShop 1.5.4.1 Catalog Mode Display Incorrect Header (mis-aligned) - #PSCFV-9327
This commit is contained in:
@@ -6,6 +6,11 @@
|
|||||||
margin-top:8px;
|
margin-top:8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#header_right #header_user.header_user_catalog {
|
||||||
|
margin-top: 15px;
|
||||||
|
min-height: 60px;
|
||||||
|
}
|
||||||
|
|
||||||
#header_user #header_nav {
|
#header_user #header_nav {
|
||||||
list-style-type:none;
|
list-style-type:none;
|
||||||
float:right;
|
float:right;
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
*}
|
*}
|
||||||
|
|
||||||
<!-- Block user information module HEADER -->
|
<!-- Block user information module HEADER -->
|
||||||
<div id="header_user">
|
<div id="header_user" {if $PS_CATALOG_MODE}class="header_user_catalog"{/if}>
|
||||||
<ul id="header_nav">
|
<ul id="header_nav">
|
||||||
{if !$PS_CATALOG_MODE}
|
{if !$PS_CATALOG_MODE}
|
||||||
<li id="shopping_cart">
|
<li id="shopping_cart">
|
||||||
|
|||||||
Reference in New Issue
Block a user