Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #489076

    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

    #489124

    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

    #489197

    thanks

    #489487

    Hey,

    Glad we could help :-)

    Cheers!
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.