This commit is contained in:
2025-03-06 18:33:08 +01:00
parent 4a8734e79c
commit db0930e178
3 changed files with 436 additions and 419 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -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,10 +15,9 @@
} }
} }
> .et_pb_column:last-child { >.et_pb_column:last-child {
.et_pb_image_wrap { .et_pb_image_wrap {
img { img {}
}
} }
} }
} }
@@ -186,6 +185,7 @@
} }
.wpfMainWrapper { .wpfMainWrapper {
#wpfBlock_1, #wpfBlock_1,
#wpfBlock_2, #wpfBlock_2,
#wpfBlock_3 { #wpfBlock_3 {
@@ -207,8 +207,7 @@
font-weight: 700; font-weight: 700;
} }
.learn-more-content { .learn-more-content {}
}
} }
#stock_notifier_main_form { #stock_notifier_main_form {
@@ -303,7 +302,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;
@@ -380,7 +379,7 @@ 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 (max-width: 1630px) { @media (max-width: 1630px) {
padding-left: 5px; padding-left: 5px;
@@ -431,15 +430,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;
@@ -450,9 +451,11 @@ body.page-id-105 {
#comments { #comments {
order: 1; order: 1;
} }
ol.commentlist { ol.commentlist {
order: 3; order: 3;
} }
#respond { #respond {
order: 2; order: 2;
@@ -475,6 +478,7 @@ body.page-id-105 {
width: 100%; width: 100%;
} }
} }
.comment-form-email { .comment-form-email {
margin-left: 30px; margin-left: 30px;
} }
@@ -493,6 +497,7 @@ body.single-post {
width: 100%; width: 100%;
margin-right: 0; margin-right: 0;
} }
.et_pb_column_1_4 { .et_pb_column_1_4 {
display: none; display: none;
} }
@@ -533,8 +538,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) {
@@ -551,3 +556,15 @@ body.tax-product_cat {
} }
} }
} }
.wpfMainWrapper {
>div:first-child {
padding-left: 0 !important;
}
@media (min-width:768px) {
.wpfFilterButtons {
text-align: right;
}
}
}