Last active
January 12, 2017 16:18
-
-
Save nickdavis/a5c4876f9eeffdbcebe2f1bb46cbd6c2 to your computer and use it in GitHub Desktop.
How to right align the Kickstart Pro slider excerpt box
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Find the following section in your theme's style.css file (should be around line 2353) and add the line below */ | |
| .home-top .widget, | |
| html > body div.slide-excerpt-border { | |
| background-color: #fff; | |
| bottom: 50px; | |
| font-size: 36px; | |
| position: absolute; | |
| right: 0; /* Add this line */ | |
| width: 40%; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment