Hello,
I would like to reduce the amount of white space on the homepage above and below the text/button “We offer…”. The text and button is currently in the ‘Rich Text’ section of the theme builder. Any help? Website: mosaicsource.ca
Hello There,
body.gradient .gradient.rich-text--full-width {
margin: 40px 0;
}
Hello There,
.rich-text .rich-text__blocks a.button.button--primary {
padding: 9px 23px;
height: auto;
min-height: auto;
min-width: auto;
}
Hello, thank you. That code simply changes the size of the button. I want to decrease the amount of white space below the button. Is that possible?
Thanks!