I removed the image of the Shoe from the front page header but I want to center the text. At the moment it is shifted over to the left.
URL is http://www.optiat.com
I used the code that I found in this forum:
- Code: Select all
@media (min-width:840px) {
.gkStoreInfo {
margin: 400px auto 0 auto;
}
}
But I need to shift everything over to the middle too.
Please can you help?