• I’m trying to create a seamless top bar and header image but I can’t seem to get it right, what are the dimensions of the background images of the top bar and the header supposed to be??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Well it’s a responsive theme so it depends on the width of the users browser. The width and height of the header also depend on your settings (ex: logo size). If you are using boxed mode though the width is 1200px.

    One option for what you want is to give the header a background and make the topbar transparent.

    That should do what you want.

    Hope that helps,
    Kadence Themes

    the header background looks good on computer browser, but it’s not resized when showing in mobile browser? Instead it’s showing a small portion of the top left corner of the background image.

    Anyway the responsiveness can apply to this bg image?

    You can do it with css, you might have to play around a bit but try adding this to your custom css box:

    .headerclass {
    background-size: cover;
    }

    Kadence Themes

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘topbar and header background pixel dimensions’ is closed to new replies.