[ Video Sharing CMS v4 ] video page ads

Started by fazo1903,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

fazo1903Topic starter

  •  

mihai

Ad url in video.php
I suggest you to make a div and place the ad there
  •  

fazo1903Topic starter

  •  

mihai

If you want to add a script there you must take in consideration that the script will overflow the element(video page)becouse is not enough space so you can add a add there but you must add it with media queries so you can no longer display the ad on resolutions under x(1500px) but if you rly want to add ther a ad here you go
In video.php video holder must be added into a div
<div id="name">
content(video holder)
</div>
Then you must add the ad div
<div id="name">
<div id="ad">ADD CODE</div>
content(video holder)
</div>

Now you must add in vibe.style.css
#name{style/width:100%}
#ad{style/float:absolute;width.......}
I am sure you will make the style and then make it responsive to fit your needs
I think would be better to add the style in responsive.css so you can let the mobile style as it is:) so you can add the style in responsive.css(line 250-500) again you will make the style as your wish:)
GL & HF
  •  

mihai

  •  

Marius P.

Hi,

you need to take in consideration a few things:
1. You have an full hd screen as it seems, most your visitors won't.
You can place a fixed div with position left:0, but your will need to hide it or reposition it for smaller devices using css media queries.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Similar topics (7)