Fix OBW continue button overlaps with checkbox in mobile screens (#52205)
* Fix OBW continue button overlap with checkbox in mobile screens * Add changelog * Clean css
This commit is contained in:
parent
733f025414
commit
8f8a9a4bac
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: patch
|
||||||
|
Type: fix
|
||||||
|
|
||||||
|
Fix OBW continue button overlap with checkbox in mobile screens
|
|
@ -33,12 +33,6 @@
|
||||||
.woocommerce-profiler-button-container {
|
.woocommerce-profiler-button-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 404px;
|
max-width: 404px;
|
||||||
@include breakpoint("<782px") {
|
|
||||||
position: absolute;
|
|
||||||
bottom: 20px;
|
|
||||||
padding: 0 20px;
|
|
||||||
max-width: 100%;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.woocommerce-profiler-button {
|
.woocommerce-profiler-button {
|
||||||
|
|
Loading…
Reference in New Issue