Hahaha, dat met die computer had ik zelf ook al geprobeerd ;-)
Dit is de code die ik heb:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
| .woocommerce input, .woocommerce select, .woocommerce textarea {
border: 1px solid #ddd;
color: #444;
padding: 9px 10px;
}
.woocommerce .shop_page #main{
background-color: #FFF;
padding: 40px;
box-sizing: border-box;
}
.woocommerce .woocommerce-breadcrumb {
font-size: 13px;
margin-bottom: 18px;
color: #666;
font-style: italic;
}
.woocommerce .woocommerce-breadcrumb a {
color: #666
}
.woocommerce ul.products li.product a img {
margin-bottom:3px;
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
}
.woocommerce ul.products li.product a img:hover {
opacity: 0.9;
}
.woocommerce ul.products li.product h3 {
color: #000;
text-align: center;
font-style: italic;
font-size: 16px;
margin-bottom: 8px;
line-height: 20px;
padding: 15px 0 0 0;
}
.woocommerce ul.products li.product .price {
text-align:center;
font-size:13px;
color:#999;
margin-top: 5px;
margin-bottom: 0;
line-height: normal;
}
.woocommerce ul.products li.product .price del {
display:inline;
margin-right:3px;
}
.woocommerce ul.products li.product .price ins {
font-weight:400;
text-decoration:none;
}
.woocommerce ul.products li.product .button {
display:none;
}
.widget_product_categories .count {
font-size:14px;
color:#999;
}
.woocommerce ul.products li.product .onsale {
display:none;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
background-color:#eee;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
background-color:#d8d8d8;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
background-color:#d8d8d8;
}
.woocommerce .woocommerce-ordering {
margin-top: -15px;
margin-bottom: 40px;
}
.woocommerce .woocommerce-ordering select {
padding:7px 9px;
color:#999;
border-radius:2px;
font-size:10px;
text-transform:uppercase;
letter-spacing:2px;
border:none;
background:#EEE;
max-width:180px;
height: 20px;
outline: none;
}
.woocommerce .page-title {
font-size:25px;
margin-bottom: 17px;
line-height: 30px;
font-style: italic;
}
.woocommerce .woocommerce-result-count {
color:#666;
font-size: 9px;
}
.woocommerce nav.woocommerce-pagination ul {
border:none;
}
.woocommerce nav.woocommerce-pagination ul li {
border:1px solid #e5e5e5;
margin:0 3px;
border-radius:3px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
background:#EEE;
color:#444;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
color:#444;
font-size:13px;
}
.woocommerce-page ul.products li.product, .woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
margin: 0 3% 48px 0;
width: 20%;
}
.woocommerce-page ul.products li:nth-of-type(3n) {
margin-right: 0;
} |
Hierin zie ik niet zo 1, 2, 3 waar ik de breedte van het vak waarin de items in de shop zich bevindt. In 'Inspecteren' (via Mac) heb ik geprobeerd het een en ander aan te passen in dit stuk CSS maar er verandert niets op de pagina zelf..