Commit 2321b8fb authored by imac's avatar imac

[Bugfix]JIRA : Nap-24 -> align commercial bloc

parent df08d75a
...@@ -2348,6 +2348,9 @@ input.search{ ...@@ -2348,6 +2348,9 @@ input.search{
margin-top: 6px; margin-top: 6px;
margin-bottom: 15px; margin-bottom: 15px;
} }
.header-filter-contact{
position: relative;
}
/* --------------*/ /* ---------->>> Contact form 7 <<<-----------*/ /* --------------*/ /* --------------*/ /* ---------->>> Contact form 7 <<<-----------*/ /* --------------*/
.wpcf7-not-valid{ .wpcf7-not-valid{
border: 1px solid red !important; border: 1px solid red !important;
......
...@@ -451,7 +451,7 @@ ...@@ -451,7 +451,7 @@
} }
.commercial-details figure{ .commercial-details figure{
margin-right: auto; margin-right: auto;
margin-left: auto; margin-left: 0px;
} }
/* Catalogue */ /* Catalogue */
#catalogue .left-panel{ #catalogue .left-panel{
...@@ -536,11 +536,17 @@ ...@@ -536,11 +536,17 @@
.commercial-details.active-com figure{ .commercial-details.active-com figure{
margin-left: 0; margin-left: 0;
} }
.commercial-details.active-com, .commercial-details,
.filter-bloc{ .filter-bloc{
width: 82%; width: 82%;
margin: 0 auto 9px; margin: 0 auto 9px;
} }
.filter-bloc .commercial-details{
width: 100%;
}
.filter-bloc .commercial-details figure{
margin-left: auto;
}
.panel section > h2{ .panel section > h2{
font-size: 25px; font-size: 25px;
padding: 40px 35px 16px; padding: 40px 35px 16px;
......
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