Jump to content

Soucis affichage sous Presta 1.6


Recommended Posts

Site https://www.plomberie-online.fr/

Version Presta : 1.6.1.9

 

Bonjour, 

J'ai depuis ce matin un léger soucis d'affichage de mon site (capture jointe).

La mise en forme d'origine des "Liens" est anormale comme si les liens étaient tous "dépliés".

Modification : ce matin j'ai modifié puis suis revenu au code d’origine sur le global.css :  modif. couleur #333333 dans .navbar-default .navbar-link:hover puis retour en arrière / enregistrement / vider cache.

Si une âme charitable pouvait me guider ou bien me confirmer (ou pas) que ma manip a pu créer ce désordre, je suis preneur.
Ci-dessous code CSS auquel j'ai touché.:

 @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #cccccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777777; }
    .navbar-default .navbar-link:hover {
      color: #333333; }

 

 

Link to comment
Share on other sites

Cherche autour de cette règle css

  @media only screen and (-webkit-min-device-pixel-ratio:2),
  only screen and (min-device-pixel-ratio:2) {
    .replace-2x {
      font-size: 1px
    }

    .example {
      background-image: url(https://www.plomberie-online.fr/themes/specialdev203-bootstrap/css/autoload/../images/example2x.png);
      -webkit-background-size: 13px 13px;
      -moz-background-size: 13px 13px;
      -o-background-size: 13px 13px;
      background-size: 13px 13px
    }
  }

  table th {
    font-weight: bold
  }

  table td,
  table th {
    padding: 9px 10px;
    text-align: left
  }

celle-ci n'est jamais terminé

C'est la cause de ton problème

Link to comment
Share on other sites

1 hour ago, doekia said:

Cherche autour de cette règle css


  @media only screen and (-webkit-min-device-pixel-ratio:2),
  only screen and (min-device-pixel-ratio:2) {
    .replace-2x {
      font-size: 1px
    }

    .example {
      background-image: url(https://www.plomberie-online.fr/themes/specialdev203-bootstrap/css/autoload/../images/example2x.png);
      -webkit-background-size: 13px 13px;
      -moz-background-size: 13px 13px;
      -o-background-size: 13px 13px;
      background-size: 13px 13px
    }
  }

  table th {
    font-weight: bold
  }

  table td,
  table th {
    padding: 9px 10px;
    text-align: left
  }

celle-ci n'est jamais terminé

C'est la cause de ton problème

Merci beaucoup pour cette réponse rapide. J'ai retrouvée l'accolade perdue.

Bonne journée,

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...