I created the custom widget area for the header and it works fine for Chrome and Firefox. When I view the website in safari, the images in the custom header widget area are cut off the page. Please advise! thanks!
See the issue in this screenshot of Safari: http://i.imgur.com/wSwXk2h.png
Hey ayesroc!
You’ll want to align it to the right side of the page instead of the left. Something like this.
#header .widget {
display: inline-block;
padding-top: 0;
position: absolute;
right: 20px;
top: 0;
transform: none !important;
}
Regards,
Elliott
thanks