Okay
  Public Ticket #155375
hide secondary header via @media queries // Nectar Slider
Closed

Comments

  • Thomas started the conversation
    Hey Themenectar, first of all: amazing theme! I have so much fun with customizing my website. Can you help me with two questions? 1. I want to fade out the secondary header in the mobile view (screens with less than 600px). Can you provide me a css-snippet? In regards to this question: is there a way to change the menu items in mobile view? 2. After updating Salient to v3.0 i ran into an issue with the nectar slider in mobile view. Before updating i could swipe the slides, now it doesn´t work any more. Thank you for your efforts. Thomas
  •  1,043
    ThemeNectar replied

    Hey Thomas!

    1a.

    @media only screen and (min-width : 1px) and (max-width : 1000px) { 
       #header-secondary-outer {
            display: none!important; 
       }
    }

    1b. You'd have the modify the header.php file at the mobile menu div.

    2.That's weird, nothing was changed or added to the Nectar Slider in 3.0 and as you can see on the demo, the sliders are still able to be swipped. Can you attempt to activate desktop swipe just to see if it changes anything?

    Cheers!

  • Thomas replied

    Hey ThemeNectar,

    1a works like a charme, 1b thanks for pointing, could get it work.

    2. strange...that solved the problem.

    Thank you for your quick response and helping me out.

    Thomas

  •  1,043
    ThemeNectar replied

    Interesting regarding number 2 - will look into it!

    Cheers :)