Results 1 to 8 of 8
  1. #1
    Join Date
    Jun 2011
    Posts
    9
    Plugin Contributions
    0

    Default Centering Page Title

    Hello, I am using v1.3.9h. Please advise how do I center page title. For example, on my Privacy Notice Page the title "Privacy Notice" is on the left and I would like to center it. Thank you.

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Centering Page Title

    Please post a link to the page in question without the http://www.

  3. #3
    Join Date
    Jun 2011
    Posts
    9
    Plugin Contributions
    0

    Default Re: Centering Page Title

    Here's the link fashionclickers.com/index.php?main_page=privacy

    Thank you

  4. #4
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Centering Page Title

    Add this to the bottom of includes/templates/cherry_zen/css/stylesheet.css
    #privacyDefaultHeading {
    text-align: center;
    }
    When you get time download a copy of Moxilla Firefox with the add on called Firebug..

    Then google:
    youtube firefox firebug
    A free web development tool that allow you to view the stylesheet.css and etc to make changes to your div id's and classes and if you like then upload the changes to the stylesheet.css to your server..

  5. #5
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Centering Page Title

    Take a look at the navmain how it is floating on the right hand side.. I believe it looks better in the center since we just center Privacy Notice...

    #navMain ul {
    float: right;
    list-style: none outside none;
    }
    Change the highlighted red font about to this: /*float: right;*/

  6. #6
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Centering Page Title

    Look at this here to fix the tagline wording to center correctly..

    Find this:
    #taglineWrapper {
    width: 65%;
    }

    #tagline {
    font-size: 1.3em;
    margin-left: 320px;
    padding: 23px 8px 30px;
    text-align: center;
    vertical-align: middle;
    }
    Change to this:
    #taglineWrapper {
    width: 100%;
    }

    #tagline {
    font-size: 1.3em;
    padding: 23px 8px 10px 0px;
    text-align: center;
    vertical-align: middle;
    }

  7. #7
    Join Date
    Jun 2011
    Posts
    9
    Plugin Contributions
    0

    Default Re: Centering Page Title

    Thank you very very much. It works. Can't believe I spent two days looking for the solution.

  8. #8
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Centering Page Title

    You are most welcome, and ty for posting the solution ...

 

 

Similar Threads

  1. Custom meta title and page title for filtered peoduct listing
    By perfumbg in forum General Questions
    Replies: 0
    Last Post: 29 Jun 2013, 11:50 AM
  2. Changing the search bar title to a simple page title.
    By Skodster in forum General Questions
    Replies: 2
    Last Post: 20 Jul 2012, 08:23 PM
  3. title change error now says meta_tag_title not the home page title
    By mgifts in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 2 Sep 2010, 07:10 AM
  4. how to change a page title - e.g. gift cert page title
    By eminentonline in forum Basic Configuration
    Replies: 2
    Last Post: 30 Jun 2009, 07:04 PM
  5. Centering heading title
    By gretzlertech in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 26 Mar 2007, 03:03 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg