Reply To: Header blew up! Client site. What happened?

#21207
bcr8tive
Participant

Update:

Apparenty there are lots of bugs in this recent update. (sigh, I’ll never auto update again)

None of the template options are available as is posted in Support already –

My header – which was set to be just 150 pixels high was filling the page (crazy) I had to hide it until I could see what happened.

When I looked at the css I found these:

.archive-header .background-parallax {
background-image: url(“http://thedesigndivablog.com/wp-content/uploads/2015/02/cropped-1000-150-a.jpg”);
}

.background-parallax {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: calc(100vh / 4 + 100%);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}

Not sure what they’re doing nor how to edit them – I installed the previous version of the template and all is as I had it again (with my customizations in CSS edits… http://thedesigndivablog.com/ )

Please let me know when the bugs are ironed out and what if anything i can do with the css so my header NEVER does that again.

  • This reply was modified 9 years, 7 months ago by bcr8tive.