This commit is contained in:
Roman Pyrih
2024-12-10 16:06:28 +01:00
parent cd5dd18f37
commit 83e22761a7
3 changed files with 74 additions and 2 deletions

View File

@@ -425,3 +425,75 @@ div[id^='wpfMainWrapper-'] .wpfFilterWrapper {
margin-left: auto;
margin-right: auto;
}
//* Opinie page
body.page-id-105 {
#main-content {
> .container {
&::before {
display: none;
}
#content-area {
> #sidebar {
display: none;
}
> #left-area {
width: 100%;
padding-right: 0;
#comment-wrap {
display: flex;
flex-direction: column;
#comments {
order: 1;
}
ol.commentlist {
order: 3;
}
#respond {
order: 2;
.wpa-test-msg {
// display: none;
}
}
#commentform {
.comment-form-url {
display: none;
}
.comment-form-author,
.comment-form-email {
float: left;
width: calc(50% - 15px);
input {
width: 100%;
}
}
.comment-form-email {
margin-left: 30px;
}
}
}
}
}
}
}
}
body.single-post {
#main-content {
.et_pb_row_3-4_1-4 {
.et_pb_column_3_4 {
width: 100%;
margin-right: 0;
}
.et_pb_column_1_4 {
display: none;
}
}
}
}