Hello,
I would like to change the background of the header (have a look on the contact page for example) but something wrong appears when it's resizing in tablet and mobile : the background image is duplicated underneath and it looks very ugly... This bug hasn't been fixed even in the template you sell.
Screenshot in desktop version
http://bit.ly/1JBnxRW
Screenshot in mobile / tablet version
http://bit.ly/1S8CXAp
Thank you for your quick reply.
Benjamin
Hi,
Please open file style.css
search the code:
and add the following attributes:
background-position: 50% 50%;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
Problem fixed !
Last request related to this topic : how can I manage the subtitle when my text is too shoot and one word returns to the start of the line ?
In my case, the exclamation mark is concerned.
Mobile version - iPhone 5 (and 4 also)
http://bit.ly/1nnangU
Thank you.
Hi,
Please open file style.css, fine the code:
.title-inner .title-border
and change:
with: