Aloha!
Wondering if I can enlist your help – so we are putting a persistent custom header on our enfold-based website, but no matter how nice we style something in jsfiddle and put it within the header, something within the header crushes the usable width to really small within the header, cramping all the styling when in reality the browser size could be about 1290 pixels wide and larger. I will include some links for what we are trying to do, and what it really looks like. Any advice on getting that header to accept a full width widget?
Thank you in advance
Veronica
Hi noccomcl!
It looks like you need a lot of CSS work. But to answer your question the reason it’s displaying off the side of the page is because of your CSS.
#search-container2 {
width: 110%;
margin: 0;
background: repeat-x 0 top #DFDBD2;
clear: both;
position: relative;
top: 3.7em;
padding-top: 9px;
padding-left: 15%;
padding-bottom: .5em;
left: -5%;
height: 95px;
}
You can see the left property is set to -5%.
It would be best to style it as it displays on your site and not within jsfiddle.
Regards,
Elliott