Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #488351

    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 :)

    #488835

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.