Viewing 11 reply threads
You must be logged in to reply to this topic.
The textbox shrink when it’s set on ‘auto’.
I want each box in one line.
Hello,
Please add this code into your custom css box:
.tp-mask-wrap{ min-width: 600px !important;}
Best regards!
Hi, thank you.
But now the box is too long for the text, and the text also should be responsive.
I want it like here: https://codeless.co/specular/business2/?page_id=83
And also the rev slider to get smaller on mobile like in your site above.
Thank you.
Hello,
You can edit the width to your wish. the revolution slider is responsive. I see you have overwritten it’s css in the child theme. Please comment it out and try again.
Let us know.
Best regards!
Hello,
Sorry i don’t understand. Can you be more specific? Did you try the solution i suggested? What action did you perform till now?
Best regards!
Hi, I did the solution you suggested, but it don’t work.
This is my problem: https://media-as.el-vogel.de/ueber-uns/
Thank you.
Hello,
Please send us your wp credentials in a private reply. So we can fix this.
Best regards!
Hello,
I added this code into your custom css box:
.tp-mask-wrap {
width: 490px !important;
}
Please check your site and let us know.
Best regards!
no, it doesn’t work…
all buttons are too long, the text too short…
but if it doesn’t work, we make only a picture in the slider…
Hello,
I added this code into your custom css box:
@media (max-width: 480px){
.rev_slider .tp-caption, .rev_slider .caption{
min-width: 254px !important;
max-width: 467px;
font-size: 20px !important;
}}
Screenshot in iphone. let us know if you need more help.
Best regards!
You must be logged in to reply to this topic.