Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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!!

    #723542

    Hey 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,
    Rikard

    #723647

    Hi,

    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 it

    I meant to the the caption in theFullscreen Slider – make the text area wider, with shadow to the text

    thanks

    #723650

    Hi, 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

    #725316

    Hi,

    try this code inside Quick CSS fiel:

    .slideshow_inner_caption {
    width: 175%;
    text-shadow: 2px 2px #000000;
    }

    and adjust as needed.

    Best regards,
    Andy

    #725361

    Thank you, but where do I need to place this?

    #725373

    Dear 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,
    Annelies

    #725418

    Hi,

    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,
    Andy

    #725601

    Dear 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

    #725602

    By 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

    #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

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.