Tagged: fullscreen slider
-
AuthorPosts
-
December 12, 2016 at 11:56 am #723077
Hi,
I want to change the size of the text box. make it larger/bigger to the right.
and I want to drop shadow on the letters..
What is the change that I need to do?
last thing if I want to put frame only on the subheader text. who can I do that.
thanks a lot!!December 13, 2016 at 6:50 am #723542Hey adishlomy,
I think your site might be having some security problems, I get redirected to the page in private when trying to access the URL your posted.
Best regards,
RikardDecember 13, 2016 at 11:02 am #723647Hi,
thanks, the url that I sent you is in a site which is a draft.
since then I uploaded the theme to its finall location
so I will be happy if you can look and advise me about itI meant to the the caption in theFullscreen Slider – make the text area wider, with shadow to the text
thanks
December 13, 2016 at 11:19 am #723650Hi, I do also have a question about this slider. On the computer it looks good, but on a mobile it becomes really small and on the iPad not all the letters on the picture are visible. How can I make it work on mobile and iPad too?
Thanks
December 16, 2016 at 2:16 pm #725316Hi,
try this code inside Quick CSS fiel:
.slideshow_inner_caption { width: 175%; text-shadow: 2px 2px #000000; }
and adjust as needed.
Best regards,
AndyDecember 16, 2016 at 3:21 pm #725361Thank you, but where do I need to place this?
December 16, 2016 at 3:32 pm #725373Dear Andy, I placed it under Quick CSS. But this is not what I need. It still doesn’t work responsive on the mobile and iPad. The picture becomes really small. On the computer it is full page, on mobile about 25%. And with this solution you change only the place of the text, which doesn’t make it better anyway :)
Best,
AnneliesDecember 16, 2016 at 4:17 pm #725418Hi,
about which picture are you talking about? I though we’re talking about the captions (text).
If you want to use it on smaller devices, then of course you need to add media queries, refer to: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/Best regards,
AndyDecember 17, 2016 at 2:13 am #725601Dear Andy, indeed the picture including the text is not showing well on other devices. The text is partly not visible and the picture becomes really small. So for this part the responding doesn’t work very well. Other pictures and sliders etc are working very well, but this part doesn’t. And Im not a css-expert or whatever, so maybe you can just explain me what I should do?
Thanks, Annelies
December 17, 2016 at 2:18 am #725602By the way, I think your answer was meant for the other user. He was indeed looking for shadow under the text. Im interested in the responsiveness
December 19, 2016 at 2:36 pm #726015@AnneliesUL
Please open your own ticket, this is getting very confusing here. Explain clearly what you want to achieve and use screenshots and/or a mockup showing the results you want to have (imgur.com, dropbox). If you want to know more about responsive behavior, then refer to the link I’ve provided to you. Basically you need to wrap media queries around a code you want to use, e.g.:@media only screen and (min-width: 414px) and (max-width: 736px) { YOUR CUSTOM CODE: GOES HERE; }}
Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.