On the mobile version of the blocks in the picture - do not fit into the screen and climbs beyond it, on the right. How to make this model adaptive for mobile screens. It is necessary that all elements were placed on the screen. Here is the page https://svpromo.ru/hotel-ecommerce and the picture in the attachment
Hi
Can you try adding this
@media screen and (max-width:440px) { .jub-block.faq-1 .faq .faq-list>.row {display:initial} }
Cheers Paul
paulus1031 Great answer! Works the first time!!! Here's another question on this topic-what to add to the custom code? The goal is the same-to make elements in one column on small screens.
hmm I'm having a few problems with this one
@media screen and (max-width:440px) { #timer_456 .jub-block .col-xs-6 {width: 100% !important;} }
can you try this