WintelTelefonia Posted June 16, 2015 Posted June 16, 2015 (edited) Non capisco perchè ma nel "mio account" le caselle sono sparpagliate cosi: che file devo modificare? Edited June 26, 2015 by WintelTelefonia (see edit history) Share this post Link to post Share on other sites More sharing options...
TribalDexterD Posted June 16, 2015 Posted June 16, 2015 Hai provato a svuotare la cache di prestashop? Hai per caso effettuato qualche modifica di recente? Share this post Link to post Share on other sites More sharing options...
WintelTelefonia Posted June 16, 2015 Posted June 16, 2015 ora provo a svuotarla.. comunque non ho modificato nulla recentemente con i codici. Share this post Link to post Share on other sites More sharing options...
TribalDexterD Posted June 16, 2015 Posted June 16, 2015 Fammi sapere come è andata. Share this post Link to post Share on other sites More sharing options...
WintelTelefonia Posted June 17, 2015 Posted June 17, 2015 ho cancellato la cache ma non è cambiato nulla.. ho inserito il primo indirizzo ed è successo questo: Share this post Link to post Share on other sites More sharing options...
TribalDexterD Posted June 17, 2015 Posted June 17, 2015 Puoi linkarmi il sito? Share this post Link to post Share on other sites More sharing options...
WintelTelefonia Posted June 17, 2015 Posted June 17, 2015 www.ablashop.it/w Share this post Link to post Share on other sites More sharing options...
WintelTelefonia Posted June 18, 2015 Posted June 18, 2015 quindi cosa potrei fare? Share this post Link to post Share on other sites More sharing options...
WintelTelefonia Posted June 22, 2015 Posted June 22, 2015 Nessuno può aiutarmi? Share this post Link to post Share on other sites More sharing options...
TribalDexterD Posted June 22, 2015 Posted June 22, 2015 Ciao, non so se hai visto o no, ma ieri mi sono registrato sul tuo sito e gli ho dato un'occhiata. Il problema di fondo è la dimensione dei caratteri e la quantità di parole. Infatti se cambi lingua noterai che i quadrati vanno a posto. Però mi sembra strano. Purtroppo non ho avuto tempo di approfondire. Share this post Link to post Share on other sites More sharing options...
WintelTelefonia Posted June 22, 2015 Posted June 22, 2015 Si me n'ero accorto, grazie dell'impegno! comunque ho provato a mettere in inglese ma non cambia niente.. Secondo te cosa dovrei modificare? Share this post Link to post Share on other sites More sharing options...
TribalDexterD Posted June 22, 2015 Posted June 22, 2015 Figurati.. Allora, ho visto che hai la cache attiva quindi non so di preciso quale file devi andare a modificare (forse global.css?). C'è una riga con il seguente codice: #my-account ul.myaccount-link-list li a span {display: block;font-family:"lato",arial;font-size: 13px;margin-top: 30px;overflow: hidden;padding: 13px 15px 15px 17px;text-align: center;} e un'altra#my-account ul.myaccount-link-list li a { display: block; overflow: hidden; font: 600 16px/20px "Open Sans",sans-serif; (interlinea) color: #555454; text-transform:uppercase; text-decoration: none; position: relative; padding-bottom: 20px; padding-top: 20px; } Te dovresti andare a "giocare" con quelli che ti ho indicato in rosso per riuscire a dargli delle dimensioni giuste che vadano bene per tutte e tre le lingue. Hai installato un qualche tema? Magari tra i moduli hai anche il modulo che si occupa della personalizzazione (themecustomizer2?). Share this post Link to post Share on other sites More sharing options...
WintelTelefonia Posted June 23, 2015 Posted June 23, 2015 Grazie mille! comunque si ho installato Gadgets Multishop Responsive e anche il modulo Themecustomizer2.. Share this post Link to post Share on other sites More sharing options...
WintelTelefonia Posted June 23, 2015 Posted June 23, 2015 ho risolto! grazie mille! Share this post Link to post Share on other sites More sharing options...
TribalDexterD Posted June 23, 2015 Posted June 23, 2015 Magari se condividi con la community come hai risolto potresti poi aiutare qualcuno con il tuo stesso problema e poi, io sono curioso di saperlo Comunque, di nulla Metti risolto nel titolo della discussione. Share this post Link to post Share on other sites More sharing options...
WintelTelefonia Posted June 24, 2015 Posted June 24, 2015 Certo;) Sono andato in : themes/miotema/css/ e ho aperto il file my-account.css e ho trovato le righe che mi avevi consigliato di modificare: " #my-account ul.myaccount-link-list li a span {display: block;font-family:"lato",arial;font-size: 13px;margin-top: 30px;overflow: hidden;padding: 13px 15px 15px 17px;text-align: center;} e un'altra#my-account ul.myaccount-link-list li a { display: block; overflow: hidden; font: 600 16px/20px "Open Sans",sans-serif; (interlinea) color: #555454; text-transform:uppercase; text-decoration: none; position: relative; padding-bottom: 20px; padding-top: 20px; } " le ho modificate in: " #my-account ul.myaccount-link-list li a span { display: block; font-family: "Trebuchet MS",arial; font-size: 14px; margin-top: 30px; overflow: hidden; padding: 13px 15px 15px 17px; text-align: center; } e un'altra #my-account ul.myaccount-link-list li a { display: block; overflow: hidden; font: 600 16px/20px "Open Sans", sans-serif; color: #555454; text-transform: uppercase; text-decoration: none; position: relative; padding-bottom: 10px; padding-top:20px; } in più per farle diventare così ( ) ho modificato anche la width di questo codice : " #my-account ul.myaccount-link-list li { overflow: hidden; margin-bottom:15px; border-radius:5px; border:1px solid #ccc; float:left; width:100%; margin-right:1%; } " Share this post Link to post Share on other sites More sharing options...
TribalDexterD Posted June 24, 2015 Posted June 24, 2015 Perfetto! Hai visto, hai fatto tutto da solo alla fine! Alla prossima! Share this post Link to post 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