personalizacja footer

Oto CSS użyłem: 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 /*----------Custom Footer Icons----------*/ #footer-info {     float: none;     padding-bottom: 10px;     color: #666; […]

Written By admin
biuro@seobit.pl
seobit.pl

On 14 grudnia 2017
"

Read more

Oto CSS użyłem:

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
/*----------Custom Footer Icons----------*/
#footer-info {
    float: none;
    padding-bottom: 10px;
    color: #666;
    text-align: center;
}
#footer-bottom .et-social-icons {
    float: none;
    text-align: center;
    margin-top: -32px;
    margin-bottom: 15px;
}
#footer-bottom .et-social-icon a {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    transition: color .3s ease 0s;
    background: #171717;
    padding: 8px;
    border-radius: 25px;
    border: 1px solid white;
    width: 40px;
    height: 40px;
}
#footer-bottom .et-social-icon a:hover {
    background: #03a1b5;
    opacity: 1!important;
}
#footer-bottom .et-social-icons li {
    display: inline-block;
    margin-left: 10px;
}