All Items » General » Bug #909
Bugs
Search result goes behind Peerstie logo
ID: 909Status: In BetaVersion: N/AReport Date: June 22, 2021Product: General Resolution Date: June 22, 2021Resolution Version:
ReporterVictor
AssigneeHGHClinictex HGHClinicVokAR
Description

update CSS

Responses

Your email address will not be published. Required fields are marked *

  1. 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;
    }
    }