Center text in front page header (where shoe is)

Support desk for Multipurpose Quark Theme
GK User
Wed May 18, 2016 2:36 pm
Hi,
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?
User avatar
Fresh Boarder

teitbite
Mon May 23, 2016 12:13 pm
Hi

I think easiest would be to use 100% of prepared space, which is centered already with this code:

Code: Select all
.gkStoreHeader {
    width: 100%;
}
User avatar
Moderator

GK User
Mon May 23, 2016 1:53 pm
That worked perfectly. Thank you very much!
User avatar
Fresh Boarder

teitbite
Thu May 26, 2016 11:35 am
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron