This commit is contained in:
Roman Pyrih
2024-11-29 18:22:00 +01:00
parent 7c57c0cdb0
commit cb563a4ce5
3 changed files with 322 additions and 315 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

@@ -17,7 +17,8 @@
> .et_pb_column:last-child {
.et_pb_image_wrap {
img {}
img {
}
}
}
}
@@ -185,7 +186,6 @@
}
.wpfMainWrapper {
#wpfBlock_1,
#wpfBlock_2 {
.wpfBlockClear.open {
@@ -206,7 +206,8 @@
font-weight: 700;
}
.learn-more-content {}
.learn-more-content {
}
}
#stock_notifier_main_form {
@@ -414,7 +415,13 @@ body {
}
}
div[id^="wpfMainWrapper-"] .wpfFilterWrapper {
div[id^='wpfMainWrapper-'] .wpfFilterWrapper {
margin: 0 0 0 auto !important;
float: none !important
float: none !important;
}
#product-description-box {
max-width: 1080px;
margin-left: auto;
margin-right: auto;
}