page title in center

Discussion in 'BizWay WordPress Theme' started by dirkjedj, Jan 17, 2013.

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

    dirkjedj Member

    Joined:
    Jan 10, 2013
    Messages:
    31
    Likes Received:
    0
    1. I would like the page title to be in the center. See image enclosed.

    2. As you can see in the picture I also centered the menubar, with the code
    Code:
    #menu {
    margin-left:100px;
    }
    It looks fine but I would like to also have the contact button on the menu bar, so the menu bar needs to have more widht. How can I do this?
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .page-heading h1 {
    text-align: center;
    }
    2.For your second issue

    Go to header.php present in your theme directory and follow the instruction as shown in image given below

    [​IMG]
     
  3. dirkjedj

    dirkjedj Member

    Joined:
    Jan 10, 2013
    Messages:
    31
    Likes Received:
    0
    Awesome, thanks! :)
     
Thread Status:
Not open for further replies.

Share This Page