Hello, I have an issue with alignment on the Feature Column Headings. I want all three to be centered above the feature images but the feature 1 heading (Community Outreach) is way off and not centered (the 2nd and 3rd (Our Expertise and Careers With Us) seem to look okay.) Is there anything I can do to fix that feature 1 heading so that it is centered the same above the images as the others? Here is my website link: http://www.myriaddesignworks.com/mti-systems/ Thanks! Katy
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .page-item.first-item.view.view-ninth { text-align: center; } .page-item.first-item.view.view-ninth p { padding-left: 15px; padding-right: 15px; } This will solve your issue.