Save
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user