Hi guys,
I having a little problem here, Jabuilder , container slideshow 2, is showing the text to big in moviles.
Is possible to make it looks like the "JA Symphony" slideshow??
Hi adsoma
Your website is offline and super user account provided doesn't works, please correct it.
adsoma Is possible to make it looks like the "JA Symphony" slideshow??
Your screenshot is taken from ja good template and not ja simphony, anyway it is possible but we cannot customize since it requires a lot of custom code to be applied.
Regards
pavit
Try again please, account is working now.
I am not looking to get the same design like "ja good template" but similiar if is possible.
Regards!!
adsoma Hi You are using JA Builder pre made blocks that could not be customized much, its pretty different. The images are used as Background image behind the text. If you want to make it 100% width of image, it will not cover the text at all. You must need to set it contain or cover http://prntscr.com/pb2du7
Ninja
I tried all combinations and the results are satisfactory to my client. Will there be a way, at least move the text up a bit?
Thanks!!
adsoma Hi Try this code in custom css
@media(max-width:768px){ .jub-block.hero-7 .hero { padding-top: 50px!important; padding-bottom: 140px; }}
Change the padding value as per needs.