Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #226939

    Hi team support ;)

    I like some css modifications.

    http://coronatolive.com/

    1) Not display flags of languages
    2) Socket allways at bottom of screen

    Thanks so much!!!

    Xavier.

    #226955

    Hey!

    Try adding this code to the Quick CSS:

    .avia_wpml_language_switch {
        display: none;
    }
    #socket {
        position: fixed;
        bottom: 0;
        z-index: 4;
    }
    #main {
        padding-bottom: 57px;
    }

    Cheers! 
    Josue

    #227087

    Hi Josué, perfect.

    One thing more…

    i like smaller margin with the slider and the text “regala aceite, regala salud”.

    Can you help me?

    Thanks so much.

    Xavier.

    #227092

    Try with this:

    .template-page.content.twelve.alpha.units {
        padding: 13px 0 0 0;
    }
    #227168

    Peeeeerfect Job ;)

    Gracias amigo¡¡

    Xavier.

    #227171

    De nada :)

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘some css modifications’ is closed to new replies.