Issues with feature area spacing and alignment

Discussion in 'BizWay WordPress Theme' started by mdwkaty, Jan 8, 2014.

  1. mdwkaty

    mdwkaty Guest

    Joined:
    Dec 2, 2013
    Messages:
    11
    Likes Received:
    0
    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
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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
     
  3. mdwkaty

    mdwkaty Guest

    Joined:
    Dec 2, 2013
    Messages:
    11
    Likes Received:
    0
    Thank you Gourav! That fixed it!
     

Share This Page