Skip to content

Instantly share code, notes, and snippets.

@nickdavis
Last active January 12, 2017 16:18
Show Gist options
  • Select an option

  • Save nickdavis/a5c4876f9eeffdbcebe2f1bb46cbd6c2 to your computer and use it in GitHub Desktop.

Select an option

Save nickdavis/a5c4876f9eeffdbcebe2f1bb46cbd6c2 to your computer and use it in GitHub Desktop.
How to right align the Kickstart Pro slider excerpt box
/* 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