Text area doesn't align with the images in the first 2 columns in the featured area. The third column aligns perfectly. I have attached a screenshot. How can I resolve this? Thanks, Craig
I am working with the theme on a local installation of WordPress. Any suggestions on what to look for? Thanks, Craig
Hello Craig, Download a fresh copy of latest theme from members area and upload it to your website. That will resolve your issue. Thanks & Regards Yogesh Bhade
I downloaded a fresh copy of the theme and installed. Same issue with feature area. I don't have a URL because I am working with the theme on a local (on my computer) installation of WordPress. I have attached a screenshot above.
Using Inspector in Firefox, I noticed that the columns (heading and text areas) in the feature area are not divided evenly. First column is 311px. Second column is 297px. Third column is 281px.
Hello, In our theme all column aligns perfectly so without seeing your live website we can't provide solution. Thanks & Regards Yogesh Bhade
Removed my content. Screenshots show width of column in each of the three feature columns. Even using your content, the columns are not the same size.
Hello, Use following css code in Custom CSS to fix this problem. Code: .page-item p { width: 280px; } It will resolve your issue. Thanks & Regards Yogesh Bhade
The css code resolved the text area alignment issue. Thanks for that. Also, would you give me the css code to fix the alignment of the titles in the featured area? Thanks again for your help, Craig
Hello Craig, Titles of featured area are already align, if you want to make them centralize then use following css code in Custom CSS. Code: .main-content h1 { text-align: center; } It will resolve your issue. Thanks & Regards Yogesh Bhade