Right Column Heading Alignment

Discussion in 'Andrina WordPress Theme' started by sandymcdonald, Jul 8, 2013.

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

    sandymcdonald Member

    Joined:
    May 29, 2013
    Messages:
    100
    Likes Received:
    1
    I made the left and right column headings H3s instead of H1s. When I made this change, the right column heading 'Company Video' is no longer aligning with the video in the right column. How can I make the right column heading align with the right column content again?

    Thank you for your assistance.
     
  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:
    .bottom-feature .bottom-feature-left h3 {
    margin: 0;
    padding: 0;
    border-bottom: 1px dashed #bcbcb0;
    padding-bottom: 8px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 21px;
    }
     
    .bottom-feature .bottom-feature-right h3 {
    margin-left: 55px;
    border-bottom: 1px dashed #bcbcb0;
    padding-bottom: 8px;
    margin-bottom: 20px;
    padding-bottom: 21px;
    font-size: 21px;
    }
    
     
  3. sandymcdonald

    sandymcdonald Member

    Joined:
    May 29, 2013
    Messages:
    100
    Likes Received:
    1
    Thanks so much.
     
Thread Status:
Not open for further replies.

Share This Page