Hello,
Can I modify the blog ? Is not responsiv design, the blog is broken on the Iphone device.
Thanks,
No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.
Hello,
Please open style.css file(sites/all/themes/md_alpine/css), then add the following code at the bottom of that file:
@media (max-width: 414px) {
#timeline .timeline-item,
#timeline .timeline-item:nth-child(2n) {
clear: both;
float: none;
margin-bottom: 0;
width: 100%;
}
#timeline .timeline-item .post,
#timeline .timeline-item:nth-child(2n) .post {
margin: 140px 0 25px 0;
}
#timeline .timeline-item .post-info,
#timeline .timeline-item:nth-child(2n) .post-info {
left: 0;
right: 0;
margin: 0;
top: -140px;
width: 100%;
background: none;
}
#timeline .timeline-item .post-info h5.info-date,
#timeline .timeline-item .post-info h5 {
display: none;
}
}
It work fine. Thank you