Guest locen Posted December 16, 2015 Share Posted December 16, 2015 (edited) Hi, I have some cms with tables and i need to make them responsive. This is one of cms pages: http://www.martemodena.com/shop/content/37-MarteModena thanks Edited May 10, 2016 by locen (see edit history) Link to comment Share on other sites More sharing options...
Sito Lab Posted December 16, 2015 Share Posted December 16, 2015 (edited) non so se lo hai fatto tu ma hai questo (nel cms ?) <table width="910" style="height:548px;width:1200px;margin-left:auto;margin-right:auto;"> devi modificare il width da 1200px ad auto in questo modo <table width="910" style="height:548px;width:auto;margin-left:auto;margin-right:auto;"> parti da quello che ti ho scritto e poi sistema il tutto per visualizzare le img + grandi o lasciarle cosi Edited December 16, 2015 by Sito Lab (see edit history) Link to comment Share on other sites More sharing options...
Guest locen Posted December 16, 2015 Share Posted December 16, 2015 Grazie mille!!!!!! scusami avevo anche scritto in inglese perchè ho copiato e incollato il testo che ho scritto sotto altri topic Link to comment Share on other sites More sharing options...
Sito Lab Posted December 16, 2015 Share Posted December 16, 2015 Grazie mille!!!!!! scusami avevo anche scritto in inglese perchè ho copiato e incollato il testo che ho scritto sotto altri topic di nulla, metti risolto Link to comment Share on other sites More sharing options...
Guest locen Posted December 16, 2015 Share Posted December 16, 2015 Come faccio a modificare il titolo del topic? Link to comment Share on other sites More sharing options...
ariom Posted December 17, 2015 Share Posted December 17, 2015 guardando la pagina del link non mi sembra sia risolto, hai tutte misure fisse per le tabella e le colonne ... usa invece <table class="responsive" width="100%"> e imposta misure in percentuale per le colonne .... Link to comment Share on other sites More sharing options...
Sito Lab Posted December 17, 2015 Share Posted December 17, 2015 guardando la pagina del link non mi sembra sia risolto, hai tutte misure fisse per le tabella e le colonne ... usa invece <table class="responsive" width="100%"> e imposta misure in percentuale per le colonne .... infatti era quello che dicevo di sistemare Link to comment Share on other sites More sharing options...
Guest locen Posted December 17, 2015 Share Posted December 17, 2015 Ok scusate ma allora come mai la mia pagina si riduce? Link to comment Share on other sites More sharing options...
ariom Posted December 17, 2015 Share Posted December 17, 2015 (edited) Ok scusate ma allora come mai la mia pagina si riduce? da quello che vedo io si riduce la pagina ma non la tabella. Fai un test online (su mobiletest.me per esempio) con differenti device e vedi che le immagini nella tabella sono sempre tagliate usa la classe responsive come ti ho scritto sopra e togli tutte le dimensioni in pixel ... poi se vuoi che anche le immagini si riducano applica ad ognuna la classe: class="img-responsive" Edited December 17, 2015 by ariom (see edit history) Link to comment Share on other sites More sharing options...
Guest locen Posted December 17, 2015 Share Posted December 17, 2015 io vedo che le immagini si riducono a seconda della grandezza dello schermo quindi dovrebbe essere giusto Link to comment Share on other sites More sharing options...
ariom Posted December 17, 2015 Share Posted December 17, 2015 allora perfetto Link to comment Share on other sites More sharing options...
Guest locen Posted December 17, 2015 Share Posted December 17, 2015 (edited) tra l'altro ora ho un'altro problema con una pagina ma non so se sia un problema dovuto ad un mio sbaglio o se sia proprio così che funzioni, quando riduco la finestra l'immagine a sinistra si riduce di più mentre da grandezza normale si vedono bene Edited December 17, 2015 by locen (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now