• Resolved jinxn

    (@jinxn)


    Hello,

    I can’t seem to figure out why the header image of my website is messing up the way it is, is there anybody that can help me solve this issue? Thank you!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Jinxn,

    the header image on your website is displaying as it’s supposed to be. Can you please specify what exactly you mean with “messing up the way it is”?

    Thread Starter jinxn

    (@jinxn)

    Is there a way I can make it so the logo and text sit infront of the image?

    Sorry for not being clear.

    • This reply was modified 6 years, 3 months ago by jinxn.

    The way this is supposed to work is that you either use a full-width header image or logo / site title & tagline, not really both at the same time. When people want to combine header image, logo and site title, they usually create and upload a header image that contains all this content.

    If you want to have this differently, you would need to code this accordingly. A start with CSS could be for example:

    .mh-site-logo {
        position: absolute;
        top: 0;
    }

    If you’re not familiar with coding and want to hire a developer, you can post a job here or hire a freelancer, for example at companies like Upwork or Codeable.

    Thread Starter jinxn

    (@jinxn)

    Thank you kindly! That solved my issue.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Header image wrap’ is closed to new replies.