• I am having difficulties making my site’s logo appear in the header and be aligned with the header. The website is: https://www.massaliabnb.com

    As you can see, the logo/image is too low. I am currently using the “thumbnail” version of the logo, but would like to use one slightly larger if I can get it centered and pushed up.

    I do not know CSS code, but with instructions, can make some changes!

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Good Guy

    (@mytaxsitecouk)

    Please repost a valid link to your site.

    Thread Starter massilia

    (@massilia)

    im so sorry!

    it is : massiliabnb.com

    You really don’t have the CSS correct for what you want to do — try changing it to:
    line 74 of style.css

    .logo {
        margin: 0 auto;
        width: 150px;
    }

    A fixed width and side margins to auto is the way to center a block element.

    If you use a bigger image, change the width to the width of the image.

    Thread Starter massilia

    (@massilia)

    wow, you are amazing….thank you so much.. it worked! now, i will try to make it a bit larger…!

    Thread Starter massilia

    (@massilia)

    I did it! It looks great, just like I wanted and now I understand more about this process. Thank you very much again.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘HELP Changing Site's Title/LOGO’ is closed to new replies.