-
-
I can not see the button completely in the mobile format.
The demonstration page is https://www.okplata.es/borrador-home/
, you can check the block that I indicate in the image 1. And in the image 2 is how it is currently displayed on the mobile.
I want it to be displayed exactly like the top blocks.image 1 destock https://ibb.co/jUNzZ9
image 2 mobile https://ibb.co/nHMhnU -
Hello,
I have fixed your issue with adding a custom css on child theme.
Regards!
-
Keep coming out the botoenes with different sizes as in the iamgen that I have provided
-
Hello,
Please add this code into your Custom Css box in General > Custom Codes:
.cl_row-equal_height > .cl_column.align-v-middle > .cl_col_wrapper { align-self: auto !important; }
Let me know.
Best regards!
-
I only have 2 problems:
1. That all the buttons have the same space (some fault must exist because I put the spaces and does not respect them) Can you look at it? I want that in the mobile version all the buttons have the same space
2. The last button can not get the same dimension as the previous ones. Can you solve it?
Show image: https://ibb.co/kqg7De
thanks for your attention -
Hello,
1-Please know that the spaces you put using the customizer are for desktop only. The responsive layout uses a different, specific layout that is defined by css in the css files only.
@media (max-width: 480px){ .row > .cl_column.align-v-middle { display: -webkit-box !important; }}
2-I added this css in the page’s custom css box:
@media (max-width: 480px){ .cl_column.col-sm-8.align-h-middle.align-v-middle { height: 330px !important; }}
Please check and let me know.
Best regards!
-
We have managed to correct point number 1.
But part number 2 remains the same (see image) I need to have the same dimension as the top buttons on mobile devices attached to the top buttons (right now there is also a blank)
image https://ibb.co/bYbcGz
-
Hello,
The space referring is an independent column with no content in it. See screenshot: https://postimg.cc/FkF799xs
https://postimg.cc/LYKxQW3V
The last image is of a different row, just change the height value to your wish.Best regards!
-
Hello:
I need that button to stay in the middle of the web on desktop, but on mobile the button followed by the following ones. For this I have hidden the white spaces in the mobile version, but it seems that the action does not respond.
https://ibb.co/bAVvPKIn addition, the values of the sizes of the button are exactly the same as the correct buttons on the top and the sizes on that button do not respond either.
-
You must be logged in to reply to this topic.