Save
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -3,7 +3,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
>.et_pb_column:first-child {
|
> .et_pb_column:first-child {
|
||||||
h2 {
|
h2 {
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
@@ -15,9 +15,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
>.et_pb_column:last-child {
|
> .et_pb_column:last-child {
|
||||||
.et_pb_image_wrap {
|
.et_pb_image_wrap {
|
||||||
img {}
|
img {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -185,7 +186,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.wpfMainWrapper {
|
.wpfMainWrapper {
|
||||||
|
|
||||||
#wpfBlock_1,
|
#wpfBlock_1,
|
||||||
#wpfBlock_2,
|
#wpfBlock_2,
|
||||||
#wpfBlock_3 {
|
#wpfBlock_3 {
|
||||||
@@ -207,7 +207,8 @@
|
|||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
.learn-more-content {}
|
.learn-more-content {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#stock_notifier_main_form {
|
#stock_notifier_main_form {
|
||||||
@@ -302,7 +303,7 @@ body {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: #f3f3f3;
|
background-color: #f3f3f3;
|
||||||
|
|
||||||
>a {
|
> a {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
@@ -379,8 +380,12 @@ body {
|
|||||||
.et_pb_menu__menu {
|
.et_pb_menu__menu {
|
||||||
nav.et-menu-nav {
|
nav.et-menu-nav {
|
||||||
.et-menu {
|
.et-menu {
|
||||||
>li {
|
> li {
|
||||||
&.menu-item {
|
&.menu-item {
|
||||||
|
@media (min-width: 1631px) {
|
||||||
|
padding-left: 8px;
|
||||||
|
padding-right: 8px;
|
||||||
|
}
|
||||||
@media (max-width: 1630px) {
|
@media (max-width: 1630px) {
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
@@ -430,17 +435,17 @@ div[id^='wpfMainWrapper-'] .wpfFilterWrapper {
|
|||||||
//* Opinie page
|
//* Opinie page
|
||||||
body.page-id-105 {
|
body.page-id-105 {
|
||||||
#main-content {
|
#main-content {
|
||||||
>.container {
|
> .container {
|
||||||
&::before {
|
&::before {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content-area {
|
#content-area {
|
||||||
>#sidebar {
|
> #sidebar {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
>#left-area {
|
> #left-area {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
|
|
||||||
@@ -538,8 +543,8 @@ body.tax-product_cat {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#curses-filter-box {
|
#curses-filter-box {
|
||||||
>.et_pb_code_inner {
|
> .et_pb_code_inner {
|
||||||
>.wpfMainWrapper {
|
> .wpfMainWrapper {
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
|
|
||||||
@media (max-width: 880px) {
|
@media (max-width: 880px) {
|
||||||
@@ -560,11 +565,11 @@ body.tax-product_cat {
|
|||||||
.wpfMainWrapper {
|
.wpfMainWrapper {
|
||||||
flex-wrap: nowrap !important;
|
flex-wrap: nowrap !important;
|
||||||
|
|
||||||
>div:first-child {
|
> div:first-child {
|
||||||
padding-left: 0 !important;
|
padding-left: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width:768px) {
|
@media (max-width: 768px) {
|
||||||
flex-wrap: wrap !important;
|
flex-wrap: wrap !important;
|
||||||
|
|
||||||
.wpfFilterButtons {
|
.wpfFilterButtons {
|
||||||
|
|||||||
Reference in New Issue
Block a user