sedativ123 Posted April 15, 2016 Report Posted April 15, 2016 (edited) Salut am nevoie de ajutorul vostru @gaby stiu ca te pricepi mai bine si de aceea te-am etichetat . Am o problema despre afișarea - ( TEMA ESTE MODIFICAT DE MINE ARPOAPE 75% ) . 1. Logo-ul nu il pot centra ( și dacă încerc sa îl centrez se strica meniul ) 2 . Tema este prea lata ( am cautat pe forum am încercat mi de topicuri fără nici un ajutor ) 3 . Acel login daca imi puteti oferi un script pentru el .. eu l-am modificat asa dar nu imi place cum mi-a iesit daca aveti ceva ideei . Edited April 15, 2016 by sedativ123 Am uitat punctul 3.
DeNyS. Posted April 15, 2016 Report Posted April 15, 2016 #2 - Ca sa rezolvi latimea, in "body", aduaga (width:90%; margin: auto;), si vine cam asa : http://i.imgur.com/xcIDlqc
sedativ123 Posted April 15, 2016 Author Report Posted April 15, 2016 On 4/15/2016 at 10:05 PM, DeNyS. said: #2 - Ca sa rezolvi latimea, in "body", aduaga (width:90%; margin: auto;), si vine cam asa : http://i.imgur.com/xcIDlqc Expand In body unde e acel body ? style.css ?
DeNyS. Posted April 15, 2016 Report Posted April 15, 2016 On 4/15/2016 at 10:11 PM, sedativ123 said: In body unde e acel body ? Expand ipb_styles.css. 1
sedativ123 Posted April 15, 2016 Author Report Posted April 15, 2016 Imi poti da mai exact tot acel cod nu gasesc width:90%; margin: auto ... On 4/15/2016 at 10:13 PM, DeNyS. said: ipb_styles.css. Expand Am modificat cum ai spus tu si uite .. Doar sa miscat logo-ul .. si log in atat ..
DeNyS. Posted April 15, 2016 Report Posted April 15, 2016 Asta este ce ai tu acum. body { background: #11161A url('http://justgame.ro/uploadimg/uploads/pl20p7ebg-noisy.png') repeat 50% 0; color: #bcbcbc; font: normal 11px verdena,helvetica,arial,sans-serif; position: relative; padding-bottom: 20px; } Acum, mai adauga in codul de sus : (width:90%; margin: auto;), adica : body { background: #11161A url('http://justgame.ro/uploadimg/uploads/pl20p7ebg-noisy.png') repeat 50% 0; color: #bcbcbc; font: normal 11px verdena,helvetica,arial,sans-serif; position: relative; padding-bottom: 20px; width: 90%; margin: auto; } In ipb_styles.css 1
sedativ123 Posted April 15, 2016 Author Report Posted April 15, 2016 aici am modificat eu auto;min-width:950px;max-width:1820px;width:90%}.wrapperFooter{margin:0 auto;min-width:980px;max-width:1920px;width:90%}#content{padding:0px;line-height:120%}.row1,.post_block.row1{background- Ce am facut ce nam facut arata mult mai bine acum astept problema 1 si 3 daca se poate 2 a fost rezolvat On 4/15/2016 at 10:16 PM, DeNyS. said: Asta este ce ai tu acum. body { background: #11161A url('http://justgame.ro/uploadimg/uploads/pl20p7ebg-noisy.png') repeat 50% 0; color: #bcbcbc; font: normal 11px verdena,helvetica,arial,sans-serif; position: relative; padding-bottom: 20px; } Acum, mai adauga in codul de sus : (width:90%; margin: auto;), adica : body { background: #11161A url('http://justgame.ro/uploadimg/uploads/pl20p7ebg-noisy.png') repeat 50% 0; color: #bcbcbc; font: normal 11px verdena,helvetica,arial,sans-serif; position: relative; padding-bottom: 20px; width: 90%; margin: auto; } In ipb_styles.css Expand Mersi dar am o problema pe telefon se vede asa https://s24.postimg.org/4pzc8cyzp/Screenshot_20160416-002408.png
+Gorkem Posted April 16, 2016 Report Posted April 16, 2016 Și eu aștept să citești regulamentul secțiunii
DeNyS. Posted April 16, 2016 Report Posted April 16, 2016 On 4/15/2016 at 10:16 PM, sedativ123 said: aici am modificat eu auto;min-width:950px;max-width:1820px;width:90%}.wrapperFooter{margin:0 auto;min-width:980px;max-width:1920px;width:90%}#content{padding:0px;line-height:120%}.row1,.post_block.row1{background- Ce am facut ce nam facut arata mult mai bine acum astept problema 1 si 3 daca se poate 2 a fost rezolvat Mersi dar am o problema pe telefon se vede asa https://s24.postimg.org/4pzc8cyzp/Screenshot_20160416-002408.png Expand Pai da. Treci la versiunea mobila ... daca nu o ai, descarc-o.
+COOLPIX Posted April 16, 2016 Report Posted April 16, 2016 ca sa faci tema mai mica mergi in style.css si cauta LAYOUT..
Gardfield<3 Posted March 11, 2017 Report Posted March 11, 2017 On 4/15/2016 at 10:16 PM, sedativ123 said: aici am modificat eu auto;min-width:950px;max-width:1820px;width:90%}.wrapperFooter{margin:0 auto;min-width:980px;max-width:1920px;width:90%}#content{padding:0px;line-height:120%}.row1,.post_block.row1{background- Ce am facut ce nam facut arata mult mai bine acum astept problema 1 si 3 daca se poate 2 a fost rezolvat Mersi dar am o problema pe telefon se vede asa https://s24.postimg.org/4pzc8cyzp/Screenshot_20160416-002408.png Expand Salut , am citit din intamplare topicul tau si mi-am facut cont special sa-ti raspund la problema cu vizionarea dupa telefon.. Tot ce trebuie sa faci este sa adaugi in html paginii acest cod: ( este rezolvarea cea mai usoara pentru a avea tema responsive ) Reveal hidden contents <meta name="viewport" content="width=device-width, initial-scale=1"> si in css: Reveal hidden contents @-ms-viewport{ width: device-width; } Cu toate ca topicul e vechi sper sa ajute si alte persoane .. O zi buna !
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now