Hello! I am using the Bizway Theme and having issues with spacing and alignment within the features area (all three features) on the home page. There is too much space under the feature titles (between title and image) and also under the feature image above the description text. I would like to make the title and description text closer to the image. How can this be done? I also would like to center align the feature titles (News, Featured Projects, Careers With Us) above each image that are currently left aligned. Here is a link of a screenshot showing problem areas (w/gold arrows and red labels highlighting issues areas): http://www.myriaddesignworks.com/HomePageScreenshot.jpg and also the website link: http://www.myriaddesignworks.com/mti-systems/ I would appreciate any help on this. GREAT forums!---has really helped me get the hang of WordPress and using the InkThemes!. -Katy
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .main-content h1 { text-align: center; margin: 0; } .main-content .page-item img{ margin-bottom:0; } This will solve your issue. Thanks & Regards Gourav Shrivastava