update
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;
|
||||
align-items: center;
|
||||
|
||||
> .et_pb_column:first-child {
|
||||
>.et_pb_column:first-child {
|
||||
h2 {
|
||||
line-height: 1.5;
|
||||
margin-bottom: 25px;
|
||||
@@ -15,10 +15,9 @@
|
||||
}
|
||||
}
|
||||
|
||||
> .et_pb_column:last-child {
|
||||
>.et_pb_column:last-child {
|
||||
.et_pb_image_wrap {
|
||||
img {
|
||||
}
|
||||
img {}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -186,6 +185,7 @@
|
||||
}
|
||||
|
||||
.wpfMainWrapper {
|
||||
|
||||
#wpfBlock_1,
|
||||
#wpfBlock_2,
|
||||
#wpfBlock_3 {
|
||||
@@ -207,8 +207,7 @@
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.learn-more-content {
|
||||
}
|
||||
.learn-more-content {}
|
||||
}
|
||||
|
||||
#stock_notifier_main_form {
|
||||
@@ -303,7 +302,7 @@ body {
|
||||
width: 100%;
|
||||
background-color: #f3f3f3;
|
||||
|
||||
> a {
|
||||
>a {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
@@ -380,7 +379,7 @@ body {
|
||||
.et_pb_menu__menu {
|
||||
nav.et-menu-nav {
|
||||
.et-menu {
|
||||
> li {
|
||||
>li {
|
||||
&.menu-item {
|
||||
@media (max-width: 1630px) {
|
||||
padding-left: 5px;
|
||||
@@ -431,15 +430,17 @@ div[id^='wpfMainWrapper-'] .wpfFilterWrapper {
|
||||
//* Opinie page
|
||||
body.page-id-105 {
|
||||
#main-content {
|
||||
> .container {
|
||||
>.container {
|
||||
&::before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#content-area {
|
||||
> #sidebar {
|
||||
>#sidebar {
|
||||
display: none;
|
||||
}
|
||||
> #left-area {
|
||||
|
||||
>#left-area {
|
||||
width: 100%;
|
||||
padding-right: 0;
|
||||
|
||||
@@ -450,9 +451,11 @@ body.page-id-105 {
|
||||
#comments {
|
||||
order: 1;
|
||||
}
|
||||
|
||||
ol.commentlist {
|
||||
order: 3;
|
||||
}
|
||||
|
||||
#respond {
|
||||
order: 2;
|
||||
|
||||
@@ -475,6 +478,7 @@ body.page-id-105 {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.comment-form-email {
|
||||
margin-left: 30px;
|
||||
}
|
||||
@@ -493,6 +497,7 @@ body.single-post {
|
||||
width: 100%;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.et_pb_column_1_4 {
|
||||
display: none;
|
||||
}
|
||||
@@ -533,8 +538,8 @@ body.tax-product_cat {
|
||||
}
|
||||
|
||||
#curses-filter-box {
|
||||
> .et_pb_code_inner {
|
||||
> .wpfMainWrapper {
|
||||
>.et_pb_code_inner {
|
||||
>.wpfMainWrapper {
|
||||
flex-wrap: nowrap;
|
||||
|
||||
@media (max-width: 880px) {
|
||||
@@ -551,3 +556,15 @@ body.tax-product_cat {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.wpfMainWrapper {
|
||||
>div:first-child {
|
||||
padding-left: 0 !important;
|
||||
}
|
||||
|
||||
@media (min-width:768px) {
|
||||
.wpfFilterButtons {
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user