Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • jimmer Friend
    #134836

    I would like to move Logo more to the right.

    http://sportbikejunkies.net/qualityseeds

    Where do I do this?

    Thanks,

    James

    I looked and tried a few things in the template .css but no luck.;)

    Sherlock Friend
    #277095

    Hik

    In title, you said you want to move logo more the left, in content you said you want to move logo more the right
    :confused:

    you can edit template.css (line 883) :move the left

    h1.logo a {
    background:transparent url(../images/logo.png) no-repeat scroll center center;
    display:block;
    height:70px;
    width:330px;
    }

    Change to

    h1.logo a {
    background:transparent url(../images/logo.png) no-repeat scroll left;
    display:block;
    height:70px;
    width:330px;
    }

    if you want to move logo the right: change left to right in code CSS above

    jimmer Friend
    #277096

    <em>@nguoiabcd 88150 wrote:</em><blockquote>Hik

    In title, you said you want to move logo more the left, in content you said you want to move logo more the right
    :confused:

    you can edit template.css (line 883) :move the left

    h1.logo a {
    background:transparent url(../images/logo.png) no-repeat scroll center center;
    display:block;
    height:70px;
    width:330px;
    }

    Change to

    h1.logo a {
    background:transparent url(../images/logo.png) no-repeat scroll left;
    display:block;
    height:70px;
    width:330px;
    }

    if you want to move logo the right: change left to right in code CSS above</blockquote>

    Thanks,

    Long day in front of the computer. I meant left.

    James

    jimmer Friend
    #277099

    <em>@nguoiabcd 88150 wrote:</em><blockquote>Hik

    In title, you said you want to move logo more the left, in content you said you want to move logo more the right
    :confused:

    you can edit template.css (line 883) :move the left

    h1.logo a {
    background:transparent url(../images/logo.png) no-repeat scroll center center;
    display:block;
    height:70px;
    width:330px;
    }

    Change to

    h1.logo a {
    background:transparent url(../images/logo.png) no-repeat scroll left;
    display:block;
    height:70px;
    width:330px;
    }

    if you want to move logo the right: change left to right in code CSS above</blockquote>

    Made the change and it looks great. Once again, I appreciate all the assistance from all Joomlart Staff and Members.

    james:)

    Sherlock Friend
    #277101

    OK
    I will mark this topic is solved

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

This topic contains 5 replies, has 2 voices, and was last updated by  Sherlock 16 years ago.

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