Jump to content

[REZOLVAT] Modificare header ps 1.6


Recommended Posts

Salutare,

 

Vreau sa modific headerul paginii la presta 1.6

In presta 1.5 functioneaza dar ma intereseaza cum as putea sa o fac sa arata ok si in 1.6

Am incercat eu ceva dar nu arata prea bine.

Am modificat in themes/css/global.css

header {
  z-index: 1;
  position: relative;
  background-image: url(../img/bgrd3.png);
  padding-bottom: 1px;
  height:100%; 
  width:100%;
  }

Multumesc!

post-60481-0-38107900-1494542423_thumb.png

post-60481-0-45401500-1494542427_thumb.png

Edited by DanDobras (see edit history)
Link to comment
Share on other sites

OK, am reusit.

header {
  z-index: 1;
  position: relative;
  background: #fff;
  padding-bottom: 15px; 
  background-image: url('../img/bgrd3.png');
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center;
  height: 100%;
  }
  • Like 1
Link to comment
Share on other sites

  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...