Jump to content

Recommended Posts

Posted

Am şi eu o problemă, am pus banner cu logo incorporat, mie mi se vede ok, pe centru, dar altora, ori se vede în stanga, ori dreapta.

 

Cum se vede la mine: nk1Yffq.jpg

Cum se vede la altcineva: SXd0ndG.png

 

Cod: #branding {
 background: url('http://i.imgur.com/6ORBVtA.png')repeat-x 0 0;
        max-width: 1920px;
 height: 190px;
        position: left;
}
 
#logo { float: left; }

  • Moderators
Posted

Schimba:

#branding {
    background: url('http://i.imgur.com/6ORBVtA.png')repeat-x 0 0;
    max-width: 1920px;
    height: 190px;
    position: left;
}

Cu:

#branding {
    background: url('http://i.imgur.com/6ORBVtA.png') repeat-x 50% 0;
    max-width: 1920px;
    height: 190px;
    position: left;
}

 

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.