Hi, How can I keep the text from being cut off in the homepage feature area, fourth item - here is a link http://dev.spineinstitutenorthwest.com/ Thanks
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: feature_inner_box.fourth { margin-left: 55px; } This will solve your issue.
Thanks for your response, however, after applying the above referenced fix, the text is still being cut off
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature_inner_box p { padding: 9px; } Adjust its value as per your requirements.