[Resolved] Top Bar widget mobile not showing

Home Forums Support [Resolved] Top Bar widget mobile not showing

Home Forums Support Top Bar widget mobile not showing

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #775404
    Ryan

    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

    #775411
    Leo
    Staff
    Customer Support

    Hi Ryan,

    Remove this CSS from Additional CSS field in the customizer:

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

    Awesome!! Thanks.

    #775424
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.