How to center Homepage Two Cols

Discussion in 'Andrina WordPress Theme' started by ajadams, Feb 22, 2013.

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

    ajadams New Member

    Joined:
    Feb 12, 2013
    Messages:
    7
    Likes Received:
    0
    Thanks for the great support and quick responses to our questions. The forum is helping me greatly to make the Andrina theme customized.

    Next topic:
    How to center Homepage Two Cols

    Can you provide the necessary CSS code to center the headings of the left and right Homepage Two columns?

    Thank you, Andrew

    www.AJAdamsSpecialtySales.com
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .bottom-feature .bottom-feature-left h1 {
    text-align: center;
    }
    .bottom-feature .bottom-feature-right h1 {
    text-align: center;
    }
     
  3. ajadams

    ajadams New Member

    Joined:
    Feb 12, 2013
    Messages:
    7
    Likes Received:
    0
    Thanks for the great support. I've gotten some wonderful comments about our new website.

    Andrew
     
Thread Status:
Not open for further replies.

Share This Page