/CSS for Add a Soliloquy slider to the Metro theme home page
Last active Dec 23, 2015
/* HTML5 version */ | |
.home .site-inner .soliloquy-container { | |
margin: 0 0 20px; | |
} | |
/* non-HTML5 version */ | |
.home #inner .soliloquy-container { | |
margin: 0 0 20px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment