Center Page Content

Discussion in 'BlackBird WordPress Theme' started by kingsport, Nov 2, 2013.

  1. kingsport

    kingsport New Member

    Joined:
    Oct 24, 2013
    Messages:
    13
    Likes Received:
    0
    For the content in my "About, Service, and Contact" pages...

    How do I center the content? If I center the paragraph in pages it still does not make the content centered.

    Thank you InkThemes.
     
  2. kingsport

    kingsport New Member

    Joined:
    Oct 24, 2013
    Messages:
    13
    Likes Received:
    0
  3. kingsport

    kingsport New Member

    Joined:
    Oct 24, 2013
    Messages:
    13
    Likes Received:
    0
    Good to know I pay good money for absolutely no support.
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Sorry for the delay.
    We had off the workstation since last 2 days on the auspicious occasion of Deepavali festival.

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .page-heading {
    text-align: center;
    }
    .fullwidth {
    text-align: center;
    }
    This will solve your issue.
    If you have furthermore issues then please do feel free to ask your issue on this forum.
     

Share This Page