Jump to content
  • 0

Adaugare Partener in Partea de sus a forumului.


Marius1

Question

1 answer to this question

Recommended Posts

  • 0

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
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

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