Hello,
we use Radiant theme at our web https://www.cafe-krizovatka.cz/ and there is a problem with responsive design: when width of screen is approx. 465px and more, design is really responsive and everything works well, when screen is smaller, all disappear, only background stays.
Can anyone help me, please? Thanks in advance ??
————-
Resolved: edit in the CSS this line:
#credit, .container-fluid {
display: none !important}
-> delete display: none !important.