Jump to content

Question

Posted

Salutare.

Am pus tema darkmind pe forum.

Intrebarea mea este cum măresc dimensiunuiile la wrapper (sa il fac mai lat)?

Mai exact de unde din temă. :)

4 answers to this question

Recommended Posts

  • 0
Posted
9 minutes ago, DeNyS. said:

Ca să fiu sigur, arată tema pe care o ai sau lasă un link de la forum cu tema pe default.

www.trag.ro

  • 0
Posted

Mergi la tema ta și caută:

.ipsLayout_container // o să găsești ceva de gen:

.ipsLayout_container {
    max-width: 90%;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}

// schimbă acel 90% in 100%.

.ipsLayout_container {
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}

 

  • Upvote 1
  • 0
Posted
11 minutes ago, DeNyS. said:

Mergi la tema ta și caută:


.ipsLayout_container // o să găsești ceva de gen:

.ipsLayout_container {
    max-width: 90%;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}

// schimbă acel 90% in 100%.

.ipsLayout_container {
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}

 

Am reușit.

Mulțumesc!

+1. :D

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.