Viewing 6 reply threads
You must be logged in to reply to this topic.
Hi,
How can I get responsive mode appear earlier while zooming in?
Hello,
Yes. What screen width would you want to start the responsive layout? Let us know so we can send you the right code to add. Also a link of your site would help.
Best regards!
Okay, I already tried myself by modifying widths of columns etc. seems to work, is there proper way to do it?
Hello,
Please add this code into your custom css box:
@media (min-width: 768px){
.vc_col-sm-4 {
width: 100%;
}}
Let us know.
Best regards!
You must be logged in to reply to this topic.