hi, how can i delete this space here: http://www.wiwaldi.at/info/
http://imgur.com/OgM4zID Delete Space above and under the video (color section high 540px) and bring the facebook icon to the center?
Thanks :)
Hey wiwaldi79!
use this code:
.hr.hr-invisible.avia-builder-el-3.el_before_av_heading.avia-builder-el-first {
display: none;
}
Are you talking about the facebook icon in header? if yes control it with this code:
li.social_bookmarks_facebook.av-social-link-facebook.social_icon_1 {
margin-left: 50px;
}
I really recommend to learn basic HTML/CSS in your case.
Regards,
Andy