Center Footer

Discussion in 'BizWay WordPress Theme' started by sethloux, Apr 7, 2014.

  1. sethloux

    sethloux Guest

    Joined:
    Feb 11, 2013
    Messages:
    27
    Likes Received:
    0
    I'm trying to center the footer text where the copyright information is displayed. It doesn't recognize <center>Text Here</center>. Can you please advise? Thank you.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Do let us know your website link.

    Thanks & Regards
    Gourav Shrivastava
     
  3. sethloux

    sethloux Guest

    Joined:
    Feb 11, 2013
    Messages:
    27
    Likes Received:
    0
  4. 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:
     .footer_bottom p {
    text-align: center;
    }


    Thanks & Regards
    Gourav Shrivastava
     
  5. sethloux

    sethloux Guest

    Joined:
    Feb 11, 2013
    Messages:
    27
    Likes Received:
    0
    Thank you, Gourav. Can you also center the first feature heading? The <center> command breaks the link for me.
     
  6. 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:
     div.page-item.first-item.view.view-ninth h3 {
    text-align: center;
    }

    Thanks & Regards
    Gourav Shrivastava
     
  7. sethloux

    sethloux Guest

    Joined:
    Feb 11, 2013
    Messages:
    27
    Likes Received:
    0
    [​IMG]

    See attached picture. The center of the text doesn't align with the picture because the link actually ends where that red line is. Can we fix this?
     
  8. 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:
    div.page-item.first-item.view.view-ninth h3 {
    text-align: center;
    margin-right: 30px;
    }
     
    You can adjust the value of "margin-right" as per your requirement.
    This will solve your issue.
     

Share This Page