Bugs |
Search result goes behind Peerstie logo |
ID: 909Status: In BetaVersion: N/AReport Date: June 22, 2021Product: General Resolution Date: June 22, 2021Resolution Version: | |
Reporter | Victor |
Assignee | HGHClinictex HGHClinicVokAR |
Description update CSS |
CSS added to assets/css/custom.css in child theme
@media (min-width: 800px) {
body.bp-search.buddypanel-open .bp-search-ac-header {
left: 25%!important;
width: -webkit-calc(100vw – 25% – 14px)!important;
width: calc(100vw – 25% – 14px)!important;
}
}