Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Disable Slider Behind Header on Mobile

Home / Forums / Pinnacle Theme / Disable Slider Behind Header on Mobile

This topic is: Resolved
[Resolved]
Posted in: Pinnacle Theme
November 15, 2017 at 5:18 pm

I’m trying to remove the CSS settings that place the hero image behind the header on mobile. I’ve added the CSS below and it’s working in chrome dev tools, but not on an actual device – iPad and iPhone 7. Am I missing something?

Link to site: Immersion World Travel

`

@media
only screen and (max-device-width : 768px) {

.stickyheader.trans-header #kad-banner {
position: relative !important;
}

}

  • The forum ‘Pinnacle Theme’ is closed to new topics and replies.