Ok, it seems that it is done by purpose. If You open your site in browser and resize its width to small size, they disappear also.
Please edit: /templates/gk_bluap/css/override.css and add at its end:
- Code: Select all
/* Header for really small screens */
@media (max-width: 420px) {
.gkIsWrapper-gk_bluap .figure > div:first-child {
display: block;
}
}
It will bring the image back on very small screens, the only problem is, it looks bad on them so it Was removed for screen resolutions under 420px.
Remember to enable "CSS override" in template settings - advanced section.