• bstojkoski

    (@bstojkoski)


    Hello.

    Is it possible to set only for desktop to show takeover image?

    Thanks in advance.

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

Viewing 1 replies (of 1 total)
  • Plugin Author WPKube

    (@wpkube)

    Hi,

    Adding this in WP Admin > Appearance > Customize > Additional CSS will make the “page takeover” hidden on devices with a smaller display width than 1024px.

    @media only screen and (max-width: 1023px) {
    
    	.page-takeover {
    		display: none !important;
    	}
    
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Desktop only Takeover image’ is closed to new replies.