2nd Feature Alignment

Discussion in 'Dzonia WordPress Theme' started by spoonboy90, Mar 4, 2013.

Thread Status:
Not open for further replies.
  1. spoonboy90

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    Hi Guys,

    Is there a way to align the Titles within the 2nd feature? You will see on the site that the 'About Us' title is lower than the titles in the slider, i'd like the 'About Us' title to be inline with the other titles in the slider if possible?

    Site: http://www.sfx-solutions.co.uk/
    username: admin
    password: pa$$w0rd

    Many Thank
    Jamie
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .featured_content .sub .col3 {
    margin-top: -25px;
    }
    This will solve your issue.
     
  3. spoonboy90

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    Perfect.

    Many Thanks
    Jamie
     
Thread Status:
Not open for further replies.

Share This Page