Skip to content

Instantly share code, notes, and snippets.

@dziudek
Created November 7, 2013 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dziudek/7356737 to your computer and use it in GitHub Desktop.
Save dziudek/7356737 to your computer and use it in GitHub Desktop.
GK News Show Pro .testimonials style
/*
* GK News Show Pro Testimonials style
*/
.testimonials.gk-nsp {
padding: 20px 0;
position: relative;
}
.testimonials .gk-nsp-arts-nav {
bottom: 5px;
position: absolute!important;
right: auto;
top: auto;
width: 100%;
}
.testimonials .gk-nsp-arts-nav .gk-nsp-pagination {
float: none;
text-align: center;
width: 100%;
}
.testimonials .gk-nsp-arts-nav .gk-nsp-pagination li {
display: inline-block!important;
float: none!important;
}
.testimonials blockquote {
margin: 0 auto;
max-width: 450px;
padding: 0;
position: relative;
}
.testimonials img {
height: auto;
left: 0;
max-width: 80px;
position: absolute;
}
.testimonials h3,
.testimonials p,
.testimonials strong {
display: block!important;
padding: 0 0 0 100px!important;
}
.testimonials h3 {
color: #666;
font-family: georgia, serif;
font-size: 32px;
font-weight: 400;
}
.testimonials p {
color: #888;
font-size: 14px;
font-style: italic;
}
.testimonials strong {
color: #333;
font-family: Georgia,serif;
font-size: 14px;
font-weight: 300;
}
.testimonials a {
text-decoration: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment