• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] responsive css

Started by mihai,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mihaiTopic starter

I tried to make the span77 and span5 responsive with media queries and i the setting didn't applied when the resolution changed       EX:
@media(min-width:780px) {
.row-fluid .span77, .span77 {width:59.31%!important}
}
@media(min-width:1845px) {
.row-fluid .span77, .span77 {width:65%!important}
.row-fluid .span5 {
width: 35%;
}
@media(min-width:1700px) {
.row-fluid .span77, .span77 {width:65%!important}
.row-fluid .span5 {
width: 35%;
}
@media(min-width:1610px) {
.row-fluid .span77, .span77 {width:70%!important}
.row-fluid .span5 {
width: 30%;
}
@media(min-width:1400px) {
.row-fluid .span77, .span77 {width:76%!important}
.row-fluid .span5 {
width: 24%;
}
@media(min-width:1310px) {
.row-fluid .span77, .span77 {width:85%!important}
.row-fluid .span5 {
width: 100%;
padding-left: 8px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 195px
}
@media(min-width:1241px) and (max-width:1309px) {
.row-fluid .span77, .span77 {width:98%!important}
.row-fluid .span5 {
width: 100%;
padding-left: 8px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 30px;
}
@media(min-width:1100px) {
.row-fluid .span77, .span77 {width:100%!important}
.row-fluid .span5 {
width: 100%;
padding-left: 8px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 10px;
}]
  I added this at the end of the file   responsive.css    What is wrong? What's the problem?
  •  

mihaiTopic starter

Problem solved(Instead min-width i used max-width)
  •  

 

Similar topics (7)

Important Announcement: PHPVibe Video Sharing CMS End of Life

Started by Marius P.


Replies: 1
Views: 39896

The problem of video viewing PHPVibe 5.0

Started by Nayn


Replies: 25
Views: 70867

embed video does not work on v5

Started by neospider69


Replies: 6
Views: 50960

when slecting to unpublish music mp3 - next page says unpublished video ?

Started by spirog


Replies: 2
Views: 4422

insite ads issue when selecting above/below video player location

Started by georgepanaitescu


Replies: 3
Views: 22671

Video that I've uploaded needs to have that value in admin to upload

Started by spirog


Replies: 4
Views: 5680

video,playlist,images, etc. (frontend) select all deselect all reselect all

Started by spirog


Replies: 3
Views: 5788