-
-
I have many problems with the button spaces in the mobile version of the home page, we have been working on this for more than 3 weeks and the theme does not respond correctly in the mobile version.
All that was indicated to me was set, but in the mobile version, every time it is updated, the button spaces are not loaded properly and, in other occasions, it incorrectly uses other spaces. We need all buttons to have the same dimension (which is already corrected) and ALWAYS contain the same space between them in the mobile version.
Please I ask you to get inside the main page and you can check it personally, I am desperate because it is delaying me a lot.Image When entering the web (image without spaces) – https://ibb.co/heEMYA
Image when I update the load again (sometimes the error is corrected) – https://ibb.co/durDfq -
Hello,
Add this css in your Custom Css menu:
@media (max-width: 480px){ .row > .cl_column.align-v-middle { margin-bottom: 10px; }}
Let me know.
Best regards!
-
It keeps giving problems. Look at the image. Can you enter the page and touch what you see necessary?
-
-
Hello:
I have been trying for several months to solve this issue that is too simple in all the issues. From here I am having many problems because the editor is not corrected and with the codes you provide, it does not get corrected either.
Can you help me to have ALL the buttons that I show you in the images have the SAME SIZE and the SAME SPACE between them?
Thank you
-
Hello,
You can add this css:
@media (max-width: 480px){ .cl_column.col-sm-3.align-h-middle.align-v-middle { height: 128px !important; } .cl-row .row.cl_row-flex { margin-bottom: -20px !important; } }
Result: https://ibb.co/fQXvHmX
Best regards!
-
You must be logged in to reply to this topic.