Hello, you told me how to include a header widget and words find in some browsers, but in mac (macbook, ipad…) that header widget is not completely vsible as it hides half of it in the right side.
This is the css I have;
#header .widget {
left: 90%;
padding-top: 50px;
position: absolute;
top: -170px;
transform: translate(-50%);
width: 875px;
}
Thank you, Carmen
Hey Carmen,
Would you mind providing a precise link to your site again, showing the element in question? We need to be able to inspect them in order to help :)
Best regards,
Jordan
Hello Jordan, ths is the site: http://www.clinicasmatoansorena.com/
For example in my MAC with firefox I can see the header widget fin, but for example in safari or in the ipad is hidden part of it.
Thank you, carmen
Hi,
Please try the following CSS instead:
#header .widget {
padding-top: 50px;
position: absolute;
top: -170px;
width: 550px;
right: 80px;
}
Regards,
Rikard
Thank you!!! works perfect!