can you help me to adjust the color areas here: http://i.imgur.com/6Y61cKF.png can you make the image (high 80px)
flow over the whole high of the color area (high 80px). thanks :)
Sections have a minimum height of 100px, you can use the following code to remove that rule:
#top .avia-section {
min-height: initial;
}
If this affects other sections in your site you could set a custom ID (or class) to that section and change the code accordingly.
Regards,
Josue
CLOSED. THX!