• while showing for wide screen, the header uses sliders background, shade on it but
    for mobile the header does not use sliders background just a dark blue it seems.
    is it possible to make it use the sliders background too

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi
    Thanks for contacting to us.
    For this go to Appearance >> customizer >> Find the additional css box.
    Add the below css code inside the custom css box.

    @media (max-width: 500px) {
    .navbar-overlapped 
    {
        position: absolute ! important;
        background-color: rgba(0,0,0,0.2) ! important;
    }
    slider .format-standard 
    {
        top: 55%;
    }
    }

    Let me know for any confusion.

    Thanks
    SpiceTheme Support

    Thread Starter softicyazilim

    (@softicyazilim)

    thank you it worked but now the slider title comes on header
    maybe making header smaller or getting slider title a little bit downside of the page could work but i dont know how to do it

    i tried to change the 55 value but nothing changed

    slider .format-standard 
    {
        top: 55%;
    }

    Hi
    Oop, I forgot to add a dot(.) before the slider class.
    Pls, use the below CSS code.

    @media (max-width: 500px) 
    {
    .slider .format-standard 
    {
        top: 55% !important;
    }
    }

    Let me know for any confusion.

    Thanks

    • This reply was modified 3 years, 9 months ago by akhlesh-nagar.
    Thread Starter softicyazilim

    (@softicyazilim)

    thank you very much

    Hi
    Glad to know that its resolved.
    If you really like our theme and support pls give rate us here.
    https://wordpress.org/support/theme/certify/reviews/

    Thanks
    Akhilesh

    • This reply was modified 3 years, 9 months ago by akhlesh-nagar.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘mobile header’ is closed to new replies.