Logo align center on mobile devices

  • Posted in : Responsy WP
  • irriterik
    Participant

    Hi,

    I found out that my logo will not align center when i view my website on my mobile phone. I cropped the logo, so the image has no space left on the right. There is still more space on the right than on the left, is it possible to fix this?

    Kind regards,

    Erik

    ahmetsali
    Keymaster

    Hi, congratulations you have found a bug :) Add the code below to the custom css box,

    @media (max-width: 767px) {
    	#logo img { margin-right:0; }
    }
    

    Thanks for the feedback.

    irriterik
    Participant

    Thanks :)

    Also found out that the H1 text in the hero unit doesn’t scale with the hero unit, so the text will go out of the hero unit.

    Kind regards,

    Erik

    ahmetsali
    Keymaster

    I see, i checked our live preview, it looks fine but if the word is too long, it may break the layout, you can use this custom css;

    .hero-unit { word-wrap: break-word; }

Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Responsy WP’ is closed to new topics and replies.