[Resolved] How can I get the same result using WP Show Posts In GeneratePress?

Home Forums Support [Resolved] How can I get the same result using WP Show Posts In GeneratePress?

Home Forums Support How can I get the same result using WP Show Posts In GeneratePress?

Viewing 2 posts - 16 through 17 (of 17 total)
  • Author
    Posts
  • #967575
    Ravi Dixit

    Hello, LEO!

    It is working good thanks for the help.

    It was also working for mobile before but I have activated the Mobile Header to use a different logo on mobile view.

    Now it is not showing shadow for primary mobile menu and sticky as well.

    #967947
    Leo
    Staff
    Customer Support

    Add this:

    @media (max-width: 768px) {
        #mobile-header {
            box-shadow: 0 5px 8px -1px rgba(0,0,0,.4);
            position: relative;
        }
    }
Viewing 2 posts - 16 through 17 (of 17 total)
  • You must be logged in to reply to this topic.