1. SUNBFC
  2. Commercial Templates
  3. Friday, 02 January 2015
  4.  Subscribe via email
Is there any way of positioning the image based logo in the middle and not the left, this in a responsive way?

http://www.buerginhof.de

Thank you!
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Try adding the following to the Custom CSS field of your templates parameters...


#logo {
position: absolute;
width: 100%;
}
.logo a {
left: 0px;
width: 100%;
}
.logo img {
margin: 0 auto;
}


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!