1. I need to move up BOTTOM WITHOUT FRAME about 30 px up.
2. For RIGHT WITHOUT FRAME and LEFT WITHOUT FRAME, is there a way to make the area wider so a long caption does not end up on two lines.
Thanks all for support
Hey cagraphicdesign!
Try adding this to your custom CSS.
.slideshow_align_caption {
transform: translateY(-30px);
width: 100% !important;
}
If that’s not working then send us a link to your page and we’ll take a look.
Regards,
Elliott
Hi Elliot
Not quite working ;-(
Is there a way that ONLY the BOTTOM WITHOUT FRAME moves up? With your code all of the captions move up.
And when I tried a LEFT WITHOUT FRAME it still went on two lines. Would it help if I put this css near the top of my css changes since it has the !important included?
http://cttdev2.cagraphicdesign.biz/
Thanks for your help. I know we will get it right this time.
Hey!
not sure what you are trying to achieve. Can you provide us a mockup showing how it should look like, so we can provide you some precise CSS code? you can use imgur.com or dropbox.
Best regards,
Andy