Site logo

Archived topic

Top Bar widget mobile not showing

3 replies · Started by Ryan on January 7, 2019

Viewing posts 1–4 of 4

I have a top bar widget with a hyperlink phone number and a schedule now link. The top bar disappears when in mobile view. I am using the wordsmith theme from the GeneratePress library. Is there a way to keep the top bar viewable on mobile? The site is in staging so I don't have a link to it

Thanks,
Ryan

Hi Ryan,

Remove this CSS from Additional CSS field in the customizer:

/* hide topbar on mobile */
@media (max-width: 768px) {
	.top-bar {
		display: none;
	}
}

Awesome!! Thanks.

No problem :)

This archived topic is closed to new replies.