Header Background will not work (stuck)

Hi there. Currently my header is set to the (Creative: Always Open) option and I have a background image selected for it. That background image is being displayed across the top of each page as if the header is up there, which it is not. Additionally, while attempting to change the background color for the header, that does not work as well. Please see the screenshot (Link: https://ibb.co/gExmen). A red arrow shows you that the header background image on the top of the page should be on the side of the page. Thank you.

Comments

  • Hi,
    everything is fine, the header area is not only the top bar with logo and menu.
    If you want a background for it, use this css:
    .header-open #Header_creative {
    background:url('URL-TO-IMG')no-repeat center center !important;
    background-size:cover;
    }
  • That unfortunately did not solve the problem. It covers about 1/3 of the header on the left and does not look good on mobile either. See this link for an update image for reference: https://ibb.co/kB5xn7 .

    The header settings are as follows: 
    Position: center repeat
    Size: cover (switched from auto)
    Sticky: off

    I applied that CSS that you gave me as well to no avail.
  • The css is fine, please send us a link to your website so we can see what is the problem exactly.
    thanks
  • edited April 2018
    I tried to send the link via a message but had insufficient permissions to do so. The link to the website is: [deleted]
  • This is because you have no-repeat value set in the css, change it to repeat and it will all be fine.
    thanks
  • That worked, can't believe that I didn't think of that earlier. Thanks for your help.
Sign In or Register to comment.