In the smartphone view the "Read Me" button is too far from the content (see attachment). How can I move the "Read Me" button up?
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: @media only screen and (max-width: 767px){ .feature-content .feature-content-inner p { margin-bottom:0; } .feature-content-inner .read-more{ margin-top:0; height: 32px; padding: 16px 0 0 0; } } Thanks & Regards Gourav Shrivastava