Site logo

Archived topic

Broadcast site library search results distorted

1 reply · Started by Former User on April 21, 2020

Viewing posts 1–2 of 2

The Broadcast site library search results appear to have several bugs.

The first is the search results heading blends in with the menu.

The second is when clicking on the search icon, it pushes the content towards the bottom.

This can be tested by visiting https://gpsites.co/broadcast/?s=continuous.

What is the recommended change to resolve this?

Hi there,

in Customizer > Additional CSS - replace this:

.separate-containers .site-main {
    margin-top: -80px !important;
}

with:

.separate-containers .page-hero + #page .site-main {
    margin-top: -80px !important;
}

We'll update that in the Site.

This archived topic is closed to new replies.