Hi there,
I am having issues with page responsiveness, please watch:
What is causing this problem, and how can I fix this?
Best regards,
Kate
Hi there,
I am having issues with page responsiveness, please watch:
What is causing this problem, and how can I fix this?
Best regards,
Kate
Hello Katarina,
Thanks for writing to us.
I would suggest you go to the column —>customize —>Element CSS
Add this custom CSS code
@media(max-width:992px){
$el.x-col {
flex-direction: column;
}
}
The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case you have no idea about coding you can subscribe to One where customization questions are answered.
Hope it helps.
Thanks
Hello Kate,
I cheked your video and site it seems that you have not added the custom code that I have posted in the above post, I have added that element CSS and it is working fine. Please have alook at the video in the secure note.
Thanks
It works now perfectly! Thank you so much for the help
Hello Kate,
Glad that we were able to help you. Please feel free to open a new thread if you have any more concerns.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.