Jump to content

Position des boutons réseaux sociaux


Recommended Posts

Bonjour,

Sur mon site : http://2020.chumeditions.com/index.php les boutons sociaux sont tout en bas, donc personne ne les voit.

Je voudrais les mettre en haut dans le bandeau noir, là où il y a se connecter ou alors sur la même ligne que le logo.

J'ai cherché plusieurs solutions dans "apparence > positions", mais sans succès.

Pouvez-vous me dire quel choix je dois faire ?

Merci d'avance

Cordialement et bon 1er mai.

Gilles

Link to comment
Share on other sites

3 hours ago, Mediacom87 said:

On ne touche strictement jamais ce fichier en 1.7 !

Tout doit être surchargé dans custom.css.

J'ai bien trouvé ce fichier

 

3 hours ago, Eolia said:

Dans /themes/PRS040_09/assets/css/theme.css ligne 21951

remplacez 


.block-social {
    float: right;
    margin: 0 auto;
    text-align: center;
    padding: 0!important;
}

Par


.block-social {
    margin: 0 auto;
    text-align: center;
    padding: 0!important;
    position: absolute;
    top: 0;
    left: 45%;
}

 

J'ai trouvé le fichier dans /2020/themes/PRS040_09/assets/css.

J'ai fait la modification, vidé le cache, mais ça n'a rien changé. 

Le script :

 

.block-social {

    float: right;

    margin: 0 auto;

    text-align: center;

    padding: 0!important;

position: absolute;

top: 0;

left: 45%

}

 

En dessous il y a celui-là :

 

/* .block-social li {

  height:24px;

  width:24px;

  display: inline-block;

  margin: 0.125rem;

  cursor: pointer; }

  .block-social li:hover {

    background-color: #ff8c05; }

  .block-social li a {

    display: block;

    height: 100%;

    white-space: nowrap;

    text-indent: 100%;

    overflow: hidden; }

    .block-social li a:hover {

      color: transparent; }*/

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...