Hello,
Thank you for your response, but I didn’t talk about sidebar header top (it is perfet for the big screen), but rather of header top (Where the logo and the site title is usually)
In my header top, I activated logo and site title : I put theses codes for fit just on smaller screen :
@media screen and (min-width: 1024px) {
#site-logo {
display: none;
}
}
@media screen and (min-width: 1024px) {
#site-title {
display: none;
}
}
The site title appears on the phone cell but not appears on 1024px… How can It be on 1024px screen please ?
Thank you