Jump to content
  • 0

Adaugare Partener in Partea de sus a forumului.


Question

1 answer to this question

Recommended Posts

  • 0
Posted

Salut intra in admincp/customization/theme/tema selectata/edit html&css/template/index si deasupra lui adaugi:

<div class="parteneri">
  <div>partener </div>
   <div>partener </div>
   <div>partener </div>
   <div>partener </div>
   <div>partener </div>
</div>

Apoi admincp/customization/theme/tema selectata/edit html&css/css si la custom.css adaugi

 

.parteneri{
 display: flex;
    justify-content:  center;
    background: #333;
}

.parteneri div{
    width: 20%;
    background: #434347;
    color: #fff;
  margin: 10px 10px;
  text-align: center;
  line-height: 75px;
  font-size: 14px;
}

Rezultat:

parteneri.thumb.png.84457759de6568bc934c2e1499fa86e4.png

  • Like 1

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.