Skip to main content

Why Can't I See All My Categories on Mobile Devices?

Some sites may experience conflicts based on their site theme. Resolve categories being hidden on mobile devices here.

Brandon Ray avatar
Written by Brandon Ray
Updated this week

This feature is available on all Goodshuffle Pro Plans.

On certain sites, the category selection menu can be covered up by the site header:

This usually occurs because the site header is "covering up" the categories at the top of the list.

The following snippet of CSS can be added to your site to resolve the issue:

@media screen and (max-width: 766px) {
.gspro-c-modal__content {
padding-top: 160px !important;
}
}

NOTE: You may want to tweak the pixel value (160 in the above example) to customize the look for your site design.


Need Additional Support?

Click the blue chat bubble in the bottom-right corner of your screen to message our support team—we’re happy to help!

Did this answer your question?