Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • xion Friend
    #135152

    is there a way that I can align the top main headers?

    i have included a screenshot of what I am talking about


    1. scree
    Anonymous Moderator
    #278409

    Hi xion,

    In template.css in templatesja_pyritecss folder, about line 779, please find string:

    h1.logo a {
    width: 100%;
    height: 115px;
    display: block;
    background: url(../images/logo.gif) no-repeat center;
    }

    You can align the top main header by:

    left: background: url(../images/logo.gif) no-repeat left;
    center: background: url(../images/logo.gif) no-repeat center; (default for this template)
    right: background: url(../images/logo.gif) no-repeat right;

    hope it helps.

    xion Friend
    #278447

    how do i add it in??

    Anonymous Moderator
    #278515

    Hi xion,

    The below is my explain in detail:

    Please you open template.css in templatesja_pyritecss folder, about line 779, please find script:

    h1.logo a {
    width: 100%;
    height: 115px;
    display: block;
    background: url(../images/logo.gif) no-repeat center;
    }

    You can align the top main header by:

    + If you want to align the top main header to left, you replace the script to:
    h1.logo a {
    width: 100%;
    height: 115px;
    display: block;
    background: url(../images/logo.gif) no-repeat left;
    }

    + If you want to align the top main header to right, you replace the script to:
    h1.logo a {
    width: 100%;
    height: 115px;
    display: block;
    background: url(../images/logo.gif) no-repeat right;
    }

    Current, this template is aligned to center.

    mom2nine Friend
    #281204

    This helps a lot. But how do I get the logo to move all the way over to the far left? This is a little to the left, but I need it only about 25px from the left side of the header, so there is room for another module on the right.

    Anonymous Moderator
    #281226

    Dear mom2nine,

    You can change script below:

    h1.logo a {
    width: 100%;
    height: 115px;
    display: block;
    background: url(../images/logo.gif) no-repeat center;
    }

    to

    h1.logo a {
    width: 100%;
    height: 115px;
    display: block;
    background: url(../images/logo.gif) no-repeat center;
    padding-left:25px;
    }

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

This topic contains 6 replies, has 3 voices, and was last updated by Anonymous 15 years, 9 months ago.

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