Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • boerenooi Friend
    #182382

    Hi guys

    Using ja purity ii on joomla 2.5 and I need to be able to center align the logo in the header. Not sure how to achieve this. Could someone assist me please? This is my css:

    /* Logo Image ---*/
    h1.logo { height: 79px; width: 207px; }

    h1.logo a {
    background: url(../images/logo.png) no-repeat left;
    display: block;
    height: 86px;
    width: 301px;

    }

    h1.logo a span { position: absolute; top: -1000px; }

    h1.logo, div.logo-text { float: left; z-index: 1; position: relative; }

    h1.logo, div.logo-text h1 { font-size: 250%; line-height: 1; }

    Saguaros Moderator
    #473440

    Hi boerenooi,

    You could try this way:

    h1.logo, div.logo-text h1 {
    font-size: 250%;
    left: 350px; <<<< add this line and change to your desired value
    line-height: 1;
    }

    Clean T3 cache and refresh your page.

    Regards.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 11 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum