Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #121733
    Alan
    Participant

    How can i center the title/header of a single page using cath adventurous pro?

    #121742
    tikaram
    Keymaster

    @alanvcr : Can you please post in your site URl.

    Regards,
    Tikaram

    #121799
    Alan
    Participant

    Hi Tikaram

    The site url is http://www.costaricain.com
    What i need is to center the title under the slideshow.

    Also how do i centered the logo if i want it?

    Thank you!

    #121819
    tikaram
    Keymaster

    @alanvcr : To center the title under the slideshow:
    Go to Appearance => Customize => Additional css and add the following css

    .page .entry-header .entry-title{
     	text-align: center;
     }

    To center the logo add the following additional css.

    #hgroup-wrap > div {
    width: 100%;
    }
    
    #site-logo {
    display: block;
    float: none;
    text-align: center;
    }
    
    #site-logo img.custom-logo,
    #header-right .widget ,
    #header-right,
    #header-menu #access,
    #header-right .widget ul.menu li {
    float: none;
    }
    
    #header-right {
    text-align: center;
    }
    
    #header-right .sub-menu {
    text-align: left;
    }

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Center Title/Header of a single page’ is closed to new replies.