Hi Mahesh-san,
I reconsidered your css advice and Patrik-san’s css, finally I could modified this issue!
I mixed your css and Patrik-san’s one and arranged pix number as below;
.home #content .entry-title {
display: none;
}
#site-details {
margin-top: 45px;
}
#site-description {
width: 400px;
}
@media screen and (max-width: 960px) and (min-width: 768px) {
#site-description {
width: 260px;
}
#site-details {
margin-top: 55px;
}
}
@media screen and (max-width: 767px) {
#site-description {
width: 230px;
visibility: hidden;
}
#site-description:after {
content: “2017年6月30日 新横浜国際ホテル マナーハウス南館”;
visibility: visible;
display: block;
margin-top: -50px;
}
}
Then it works perfect now.
I really appreciate your patient support. You are great!!
Thank you,
Sumiko