Hi there,
Thanks for writing in,
I’ve checked the URL that you’ve provided and would you mind directing us a little more about how exactly the padding should be around the header logo on iPhone 6 screen size and please provide more clarification with snapshots if possible.
Thanks.
Thanks for looking at this.
The image on the link below illustrates the over padding issue.
http://replaysheffield.com/iphone6/
Thanks,
Shaun
Hi there,
In such case as you want to change the padding. After taking a closer look at your website which seems to be perfect but the same time you want pretty manual alterations so there is probably one way to resolve this as there are no paddings applied for the moment.
You can change the width on logo a bit to eliminate the padding by an indirect way so it won’t cover the 50% of the screen.
see: http://prntscr.com/71qtb7
To achieve such as shown above you may need to go to the Appearance > Theme Options > Custom Css
@media only screen and (max-width: 768px)
#logo-image {
float: none!important;
margin: 10px 0!important;
display: inline-block;
width: 240px;
}
Hope this helps,
Thanks.