Fix close button in footer banner
This commit is contained in:
parent
d5910c8172
commit
78509a92c4
1 changed files with 5 additions and 0 deletions
|
@ -343,6 +343,11 @@
|
|||
padding-top: 3px;
|
||||
// padding-bottom:4px !important;
|
||||
height: 27px !important;
|
||||
@media (max-width: 722px) {
|
||||
position: fixed !important;
|
||||
top: unset !important;
|
||||
bottom: 97px;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue