Jump to content

Recommended Posts

Hola Feliz Garcia.

A la izquierda de la cabecera.

Gracias

 

En el fichero:

modules/blocklanguages/blocklanguages.css

Busca esto:

#header_right #languages_block_top {
        float:right;
        margin: 0;
        padding:2px 6px 1px 6px;
        -moz-border-bottom-right-radius: 3px;
        -moz-border-bottom-left-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        background: none repeat scroll 0 0 #000;
}

Y dejalo asi:

#header_right #languages_block_top {
        float:left;
        margin: 0;
        padding:2px 6px 1px 6px;
        -moz-border-bottom-right-radius: 3px;
        -moz-border-bottom-left-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        background: none repeat scroll 0 0 #000;
}
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...