Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • lcgsite Friend
    #185188

    Hi, my logo move every slide. This just happen a few day a go.

    lcgsite Friend
    #484319

    Hi, I didnt receive any response… Can you help me please to resolve this issue?

    HeR0 Friend
    #484383

    Hi Lcgsite,

    Open file template.css and find

    #logo h1 a {
    color: #fff
    padding-left: 0px;
    width: 200px;
    height: 210px;
    line-height: 200px;
    background: url(../images/logo.png) no-repeat center center;
    display: block;
    font-size: 0px;
    text-indent: -9999em;
    }

    replace it to

    #logo h1 a {
    color: #fff
    padding-left: 0px;
    width: 200px;
    height: 210px;
    line-height: 200px;
    background: url(../images/logo.png) no-repeat center center;
    display: block;
    font-size: 0px;
    text-indent: -9999em;
    position: relative;
    z-index: 999;
    }

    Hope this help

    lcgsite Friend
    #485066

    Many thanks

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

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

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