Jump to content

Problema Ipb: Se Suprapun Posturile


Go to solution Solved by gadeas,

Recommended Posts

  • Moderators
Posted

Verifica in ipb_styles.css la:

.post_wrap

Unde ar trebui sa fie doar:

background: #161616;

Sa nu ai si ceva de genu:

margin-top: -Ypx;

Daca ai, sterge randu acela.

PHP Developer - Not available for freelancing right now

Daca ai de gand sa postezi la categoria IPB, nu uita sa citesti regulamentul: Link regulament

Posted

Verifica in ipb_styles.css la:

.post_wrap

Unde ar trebui sa fie doar:

background: #161616;

Sa nu ai si ceva de genu:

margin-top: -Ypx;

Daca ai, sterge randu acela.

nu am :(

  • Moderators
Posted

Lasa un link prin PM sau aici sa vedem exact unde ar putea fi codu acela.

PHP Developer - Not available for freelancing right now

Daca ai de gand sa postezi la categoria IPB, nu uita sa citesti regulamentul: Link regulament

Posted

Lasa un link prin PM sau aici sa vedem exact unde ar putea fi codu acela.

am gasit ceva genu

.column_view .post_wrap{
    background: #161616;
}

 

post_username{
    float: left;
    min-width: 177px;
    font-weight: bold;
}

.post_date{
    color: #777;
    float: left;
    font-size: 11px;
    font-weight: normal;
}
    
    .post_wrap { top: 0px; }

.post_body {
    margin: 0 10px 0 185px;
    padding-top: 15px;
}
.post_body .post {
        line-height: 1.6;
        font-size: 14px;
        word-wrap: break-word;
  • Moderators
  • Solution
Posted

Modifica:

.post_body {
    margin: 0 10px 0 185px;
    padding-top: 15px;
}

Cu:

.post_body {
    margin: 175px;
    padding: 12px;
}

PHP Developer - Not available for freelancing right now

Daca ai de gand sa postezi la categoria IPB, nu uita sa citesti regulamentul: Link regulament

Posted

 

Modifica:

.post_body {
    margin: 0 10px 0 185px;
    padding-top: 15px;
}

Cu:

.post_body {
    margin: 175px;
    padding: 12px;
}

a fost bun raspunsul doar ca am pus

.post_body {
    margin: 15px;
    padding: 0px;
}
  • Moderators
Posted

Daca crezi ca totu arata cum trebuie cu setarea aia, e bine. Dar la skinu default cu aceasi setare, nu cam pare bine:

1KBqDym.png

 

Posibil sa mai ai ceva modificat, dar na. Daca e totu ok, atunci poti lasa asa :)

PHP Developer - Not available for freelancing right now

Daca ai de gand sa postezi la categoria IPB, nu uita sa citesti regulamentul: Link regulament

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.