Before you ask please READ THIS

Logo container seems too wide

Dear Air it's been a while Happy New Year!! After 2+ years I'm still in love with Photon so great job! Recently I changed my logo and it seem to be taking up a lot of space from tle left margin. Can you help me out here as to why? Address is www.jakemillerphoto.com. Also I'd love to get rid of that full screen tool on the right it's quite distracting and useless on a mobile screen.

Comments

  • AirAir
    Posts: 10,970
    Hello there:-)

    In your case such custom CSS will be needed
    a.logo {
    width: 70px;
    }
    About fullscreen switch add this custom CSS:

    @media only screen and (max-width: 600px) {
    menu-opener {
    margin-left: 0;
    }
    /* you probably will want to use this also */
    #header-tools {
    width: 96px;
    }
    }
    Have a great year!

    With kind regards.
  • The a.logo worked perfectly but the media only css has no effect. I copied and pasted it exactly as you sent to me.
  • AirAir
    Posts: 10,970
    I don't see this part of CSS on your site. Have you removed it?
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!