Commit ba18f335 authored by Chi Bui's avatar Chi Bui 👀

edit header

parent b0eb1f72
...@@ -767,7 +767,7 @@ ...@@ -767,7 +767,7 @@
include $app_root . '/' . $site_path . '/settings.local.php'; include $app_root . '/' . $site_path . '/settings.local.php';
} }
$databases['default']['default'] = array ( $databases['default']['default'] = array (
'database' => 'invi_ptd', 'database' => 'invi_ptd2',
'username' => 'invi_dev', 'username' => 'invi_dev',
'password' => 'Invi@123456789a@A', 'password' => 'Invi@123456789a@A',
'prefix' => '', 'prefix' => '',
......
...@@ -48,7 +48,23 @@ article.commerce-product.teaser .product-image img { ...@@ -48,7 +48,23 @@ article.commerce-product.teaser .product-image img {
background-color: #f7df24 !important; background-color: #f7df24 !important;
padding-bottom: 16px; padding-bottom: 16px;
} }
.region-middle-header{
min-width: 100%;
}
.region-middle-header .contextual-region.main-menu{
width: 100%;
}
.region-middle-header .contextual-region.main-menu .menu--main{
display: flex;
width: 100%;
justify-content: space-around;
}
.pin{
width: 100% !important;
}
header.navbar .main-menu ul.menu li{
margin-left: 0 !important
}
.menu--main .open ul.sidebar-submenu-2 li:hover { .menu--main .open ul.sidebar-submenu-2 li:hover {
background: white !important; background: white !important;
} }
...@@ -466,10 +482,6 @@ header.navbar .category-menu ul.menu.litte-menu { ...@@ -466,10 +482,6 @@ header.navbar .category-menu ul.menu.litte-menu {
animation: mymove 3s infinite linear; animation: mymove 3s infinite linear;
} }
.middle-header-wrapper .container-fluid .col-md-7.text-center {
display: flex;
justify-content: center;
}
.middle-header-wrapper .container-fluid { .middle-header-wrapper .container-fluid {
display: flex; display: flex;
......
This diff is collapsed.
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<div class="branding-block clearfix"> <div class="branding-block clearfix">
{% if site_logo %} {% if site_logo %}
<a class="logo navbar-btn pull-left" href="{{ path('<front>') }}" title="{{ 'Home'|t }}" rel="home"> <a class="logo navbar-btn pull-left" href="{{ path('<front>') }}" title="{{ 'Home'|t }}" rel="home">
<img class="logo_img" src="/themes/contrib/estore/logo.png" alt="{{ 'Home'|t }}" /> <img class="logo_img" src="/themes/contrib/estore/logo0.png" alt="{{ 'Home'|t }}" />
</a> </a>
{% endif %} {% endif %}
......
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
{% endif %} {% endif %}
</div> </div>
<div class="col-lg-6 col-md-7 col-xs-2 order-button text-center"> <div class="col-lg-6 col-md-6 col-xs-2 order-button text-center">
<header{{ navbar_attributes.addclass(navbar_classes) }} id="navbar" role="banner"> <header{{ navbar_attributes.addclass(navbar_classes) }} id="navbar" role="banner">
<div class="navbar-header"> <div class="navbar-header">
{% if page.middle_header %} {% if page.middle_header %}
...@@ -154,7 +154,7 @@ ...@@ -154,7 +154,7 @@
</button> </button>
</div> </div>
<div class="col-md-2 col-lg-3 col-xs-3"> <div class="col-md-3 col-lg-3 col-xs-3">
{% if page.right_middle_header %} {% if page.right_middle_header %}
{{ page.right_middle_header }} {{ page.right_middle_header }}
{% endif %} {% endif %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment