Viewing 4 reply threads
You must be logged in to reply to this topic.
Hello,
Can you advise please. I’m having an issue with Call To Action Element in responsive view.
I’m using CSS @ media to reduce the font size display in responsive view however the call to action button which remains inline in desktop view wraps to the next line in responsive view despite the reduction in text size.
IPAD max width 1024
Can you advise please
Hello,
Please try adding this code into your Custom Css box:
@media (max-width: 1100px) and (min-width: 981px){
.textbar h2 {
width: 65% !important;
}
.textbar .btn-bt {
left: 15% !important;
margin-top: -8px !important;
}
}
Result screenshot: https://postimg.org/image/vjhcxyq5j/
Let us know.
Best regards!
Hello,
There should not be any problem adding you own selfhosted video using the Media element in Visual Composer.
Please try and let me know.
PS: If you like our theme and support, please leave a review on Themeforest, it’s important for us :)
Thank You!
Best Regards!
You must be logged in to reply to this topic.