1. centuriflyer
  2. Commercial Templates
  3. Tuesday, 12 February 2019
  4.  Subscribe via email
Greetings!

I need to reduce the height of the footer in Maya including the vertical spacing between rows as well as reduce the height of the entire footer. I've tried a couple of ideas but haven't had any success. The URL for the site in question is http://omni.extrabrainsconsulting.com and I need to make the bottom black section shorter.

Thanks in advance for the assist!

Chuck
References
  1. http://omni.extrabrainsconsulting.com/
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Chuck

The best option for decreasing the header height is to reduce the size of your logo. This can be done by adding the following to the Custom CSS field of your template settings...

.logo {
max-width: 120px;
}


To reduce the height of the footer you can also add the following...

#container_base .module_surround {
padding-bottom: 0;
}


Ciaran
  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!