Hi Sakin,
Is it possible to reduce the space between:
‘Black Android Theme’ and ‘site news | about’
On mobile its perfectly fine, but on desktop there is to much space.
Here is my CSS so far :
ins {
background-color: #ffffff;
}
/* Hide Menu in Screen Size below 960px */
@media screen and (max-width: 9999px) {
#header-menu { display: none; }
#masthead { border-bottom: 2px solid #000; }
}
.site { margin-top: 0 }
.site { margin-bottom: 0 }
.site { box-shadow: none; }
/* For above and below logo and social icons */
#site-logo, #header-right { padding-top: 0px; }
#hgroup-wrap { padding-bottom: 0px; }
#site-logo { padding-top: 0px; }
#header-top { padding-top: 40px; }
#header-top { padding-bottom: 0px; }
#site-title {
font-family: ‘Roboto’;
font-weight:Regular;
padding-bottom:0px;
padding-top:0px;
}
#header-content { padding: 0; }
—————-
Also FEATURE REQUEST :
Please could you add if its possible, double tap to zoom in mobile mode
Many thanks