forked from kan-o-ash/the-cannon-newspaper-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom-mobile.css
66 lines (49 loc) · 1.5 KB
/
custom-mobile.css
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
/*---------------------------------------------------------------------------*/
/* Tablets - for 980px or less
/*---------------------------------------------------------------------------*/
@media screen and (max-width: 980px) {
#container {
}
#archive-title {
width:auto;
}
.search-wrap input, .DT_Search input {
background: #fff ;
width: 150px !important; }
#secondary-menu table {
width: 640px ; }
#logo {
min-height: 0px; }
#comments {
width: 100%; }
}
/*---------------------------------------------------------------------------*/
/* Mobiles - for 680px or less
/*---------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
#header {
padding: 0 ;
}
#logo {
margin: 0 ;
}
.page-template-default #content .post-content,
.page-template-template-fullwidth-php #content .post-content,
.single #content .post-content,
#comments .inner {
padding: 0 20px 20px; }
.page-template-default #content .post-header,
.page-template-template-fullwidth-php #content .post-header,
.page-template-abouttemplate-php #content .post-header,
.single #content .post-header {
background: #fff;
padding: 20px 30px 5px; }
#container {
//width: 360px ; }
#rum_sst_tab{
display:none;
}
#footer-menu {
max-width: 90%;
margin: auto; }
}