• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] AD video overlay position issue

Started by RumbaGumba,

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

RumbaGumbaTopic starter

Hey guys, can I make the video overlay ad central in some way because now it is showing at the left side of the video. At your demo site which is with the latest version you have made it great - central and transparent. It would be good if I can at least make it central to hide the youtube ad showing
  •  

PHPVibe A.

Hi! This are the css changes for ads:
/* Ads*/
.floating-video-ad {position:absolute; z-index:99999999; display:block; width:100%; height:auto; opacity:0.35; text-align:center; }
.floating-video-ad img{margin:0 auto;}
.floating-video-ad:hover{opacity:0.99!important;}
.floating-video-ad.adbottom {bottom:12%;}
.floating-video-ad.adtop {top:5px;}
.floating-video-ad .close-ad{background:url(../images/close_button.gif) no-repeat left top;position:absolute; right:3px; top:3px;z-index:9999; display:none; color:#666; line-height:17px; cursor:pointer;width:17px; height:17px;}
.floating-video-ad:hover .close-ad{display:block!important;}
.static-ad{display:block; text-align:center; padding: 10px auto; clear:both;}


file: tpl/main/css/vibe.style.css

The button's image file is this one http://www.videoinedit.com/tpl/main/images/close_button.gif

Similar topics (7)