Nirvana – Custom CSS for style-mobile

  • Author
    Posts
  • #76166

    Hi.

    I want to edit to this in CSS:

    @media (max-width: 1024px) {
    	.nivo-caption {
    		top: auto;
    	}
    }

    But when I paste it into the “Custom CSS” field. The style-mobile.css overwrites it…

    .\ Lars Olsen

    Website: redzoneracing.no

    #76440
    Zed
    Cryout Creations mastermind

    Make it a bit more specific:

    @media (max-width: 1024px) {
    	body .nivo-caption {
    		top: auto;
    	}
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Nirvana – Custom CSS for style-mobile’ is closed to new replies.