Ik heb een site bij ccvshop waar ik enigziens de css en sommige templates bestanden kunnen wijzigen (wat ik liever niet zomaar doe)
Bijna mijn alle paginas zijn iets van 2/5de van de scherm breed, ik verlies dus een hoop ruimte zowel aan de linke als de rechte zijde.
ik kan volgende bestanden inzien een aanpassen:
index.tpl
template.css
Scripts.js
Dictionary.sub.tpl
ProductCategory1.sub.tpl
ProductCategory2.sub.tpl
ProductCategory3.sub.tpl
ProductCategory4.sub.tpl
SubCategory1.sub.tpl
SubCategory2.sub.tpl
ik zie bij template.scc onderstaande code:
@media (max-width: 992px) {
.sidebar-offcanvas {
float: none;
display: block;
}
}
@media (min-width: 992px) {
input#SearchField,
input#SearchField2 {
width: 280px !important;
}
}
@media (min-width: 1200px) {
input#SearchField {
width: 320px !important;
}
}
@media (max-width: 992px) {
.martoni-login-topbar .login-label {
display: none;
}
.martoni-search {
float: none !important;
position: relative;
margin-top: 10px;
}
.martoni-left-nav {
margin-bottom: 30px;
}
}
@media (max-width: 767px) {
.martoni-language,
.martoni-usp,
.martoni-login,
.martoni-ft-powered {
display: block;
text-align: left !important;
float: none !important;
margin: 0 !important;
padding-bottom: 5px;
}
.martoni-login {
left: 0;
}
.martoni-search-button {
right: 0 !important;
}
}
Sorry voor mijn lange verhaal maar wou het wat duidelijker neerzetten.
Graag zie ik jullie hulp tegemoet.
Alvast bedankt voor de moeite.