Alignment issue on Feature 1 Column Heading

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

  1. mdwkaty

    mdwkaty Guest

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

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    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.
     

Share This Page