Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #333224

    Hi, in the website listed in the Private Content I have created a Header Background that contains the Organisation name.

    It looks perfect on Desktop, Laptop, Landscape Tablet but Portrait Tablet (Samsung Galaxy Tab 3 10 inch) it goes in behind the Logo and moves up to the socket.

    Is there any way of getting around this with code?

    If not is there code to stop the header background image displaying on screen widths of Portrait tablet and less.

    It is fine on mobile as it doesn’t seem to display.

    Thanks

    #333228

    Hi GOWD!

    Please add following code to Quick CSS

    @media only screen and (max-width: 990px) and (min-width: 481px) {
    .header_color .header_bg { background-size: contain; background-repeat: no-repeat; }}

    Best regards,
    Yigit

    #333312

    That worked perfectly.
    Thank you.
    You may close this thread

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Header Background – Site Title’ is closed to new replies.