Logo align center on mobile devices Posted in : Responsy WP irriterikParticipant 28 August 2012 at 12:15 #1245 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 ahmetsaliKeymaster 28 August 2012 at 14:14 #1246 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. irriterikParticipant 28 August 2012 at 14:57 #1247 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 ahmetsaliKeymaster 28 August 2012 at 15:04 #1248 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.