Tagged: margins
How can I remove the right margin so that my “blue box” of text is flush with the right edge of the screen? http://control.onrushdigital.com/home-2/
Hey asinger777,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.post-entry.post-entry-type-page.post-entry-902 {
margin-right: -70px !important;
}
Best regards,
Jordan