Skip to content

Instantly share code, notes, and snippets.

@MelSumner
Created March 26, 2018 13:55
Show Gist options
  • Save MelSumner/995d65dc4b16e4d45cca97b2ceffa279 to your computer and use it in GitHub Desktop.
Save MelSumner/995d65dc4b16e4d45cca97b2ceffa279 to your computer and use it in GitHub Desktop.
for RR
/* iframe with the video does have inline styles, but adding this style will fix the issues with the mobile view.*/
iframe {
width: 100%;
}
/* absolutely positioned divs - remove the absolute positioning, add a class called .call-to-action-wrapper (or something) */
.call-to-action-wrapper {
display: block;
clear: both;
width: 100%;
margin: 0 auto;
}
/* remove absolute positioning from the "give now" button too, and add a class called .call-to-action-btn (or something) */
.call-to-action-btn {
margin-top: -5em
}
#headerCounts {
margin-top: -3em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment