Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #630968

    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

    #630995

    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

    #631228

    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

    #631789

    Hi,

    Please try the following CSS instead:

    #header .widget {
        padding-top: 50px;
        position: absolute;
        top: -170px;
        width: 550px;
        right: 80px;
    }
    

    Regards,
    Rikard

    #632024

    Thank you!!! works perfect!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘#header .widget’ is closed to new replies.