New Topic

Reply To: Disable Mobile Theme

Home › Forum › Customization › Disable Mobile Theme › Reply To: Disable Mobile Theme

#1645

goutresolve
Participant

Will that mess with the other tweaks that I’ve done? I have copied the current tweaks that I’ve done on the site.

.home .entry-title {
display: none;
}

#logo {
width: inherit;
}

body, #wrapper {
min-width: 950px !important;
}

#site-description {
font-size:145%;
color: #000;
font-align:center;
}

h1{
font-size: 200%;
color: #09f;
}

h2{
color: #09f;
font-weight: bold;
}

h3{
color: #000;
}

.tablepress-id-3 tbody td {
vertical-align: middle;
}

.tablepress-id-4 tbody td {
vertical-align: middle;
}

.tablepress-id-7 tbody .column-1 {
background-color: #ddd !important;
}
.tablepress-id-7 tbody .column-2 {
background-color: #ddd !important;
}

.tablepress img {
max-width: none !important;
}

ul{
font: inherit;
}