Posted - 08/28/2018 : 04:27:41
hi there I have used the indoors ect template as a basis for: http://www.baby-barn.co.uk/index.php
the site is nearly ready to go live BUT client want me to add a different logo to the page..
1) basically on the above link there is a photo in the background of the image and it needs to be top aligned and not the 16px drop that is there - I have tried changing in the style.css to:
.header_middle{ padding-top:0px; min-height:75px;-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box; /* Firefox, other Gecko */ box-sizing: border-box; }
and also tried -16px but still the top gap over the logo remains.
2) when viewing on mobiles and smaller screens I get a white strip below the photo as I am increasing the top header size.. where do I find the height for the smaller screen sizes so I can increase the area coloured in?
Any suggestions?
|