Aligning Test in Footer

Discussion in 'ColorWay WordPress Theme' started by 1stopnonprofitshop, May 13, 2016.

  1. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    How do you align the address where Phoenix, AZ is right under 1212 W. Sample Street? Also, how do I center the titles in the footer?
     

    Attached Files:

  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Below are the codes for that..
    Code:
    .footer-container .textwidget {
        text-align: center;
    }
    .footer-container h4 {
        text-align: center;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    The code worked to center the title in the footer, but when using both codes it also centered all the text in the footer (which I didn't want). I now have the titles properly centered, but just want to know how to move the second line of the address over so Phoenix is right under 1212.
     

    Attached Files:

  4. priya

    priya Guest

    Hello,

    You can use any one of the code given below..
    Code:
    .common.second p:nth-child(1) {
        margin-left: 65px;
    }
    or,
    Code:
    .common.second p {
        margin-left: 65px;
    }
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    Now it moved Email Address over as well. I want "Email Address" to be directly under "Address"
     
  6. priya

    priya Guest

    Alright...

    Second code will work for you...:)

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page