Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • fiumeciane Friend
    #143928

    Hi,

    i have this problem, how to solve?

    Thanks.

    kallan Friend
    #316598

    You should be able to fix it by changing the css of the surrounding container of the icons.
    If you post a link to the live site I should be able to tell you what / where to make changes.
    Otherwise if you are using Mozilla Firefox you could install Firebug to deterine what styles are being applied.

    Cheers
    Kiwidesign

    fiumeciane Friend
    #316668

    Hi Kallan, this is my live site and this is the url of problem.

    Thanks

    Arvind Chauhan Moderator
    #316671

    Dear fiumeciane,

    Try the following :

    Open your template.css on line 516 look for the following code :

    [PHP]div.buttonheading {
    position: absolute;
    top: -25px;
    right: 0;
    width: 62px;
    padding: 3px;
    }[/PHP]

    Change it to the following :

    [PHP]div.buttonheading {
    position: absolute;
    top: 25px;
    right: 0;
    width: 62px;
    padding: 3px;
    }
    [/PHP]

    Let us know if this helps.

    Arvind

    fiumeciane Friend
    #316677

    OK, the problem is solved

    Thank you very much 😀

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

This topic contains 5 replies, has 3 voices, and was last updated by  fiumeciane 14 years, 10 months ago.

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