Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #433776

    Hi,

    how i can change the space right or left (in % of sitewidth)
    in FULL SLIDER / CAPTION / TEXT POSITION (right framed, left framed).
    If the Browserwidht is very small, so will this elements be to near to
    the Arrows of the Slideshow control styling.

    Can you help please?
    Regards
    Coco

    #433976

    Hi Coco!

    Thank you for using Enfold.

    I’m sorry but I’m not sure I understand the inquiry. If possible, please create a test page and a screenshot of the issue. Use imgur or dropbox for the screenshot.

    Cheers!
    Ismael

    #434049
    This reply has been marked as private.
    #434078

    Hi!

    Please add following code to Quick CSS

    @media only screen and (max-width: 990px) {
    .caption_right .slideshow_caption {
      right: 20%;
    }}
    @media only screen and (max-width: 767px) and (min-width: 480px) {
    .responsive #top .slideshow_caption {
      left: -15%;
    }}

    Regards,
    Yigit

    #434101
    This reply has been marked as private.
    #434103

    Hey!

    Please change the code to following one

    @media only screen and (max-width: 1250px) {
    .caption_right .slideshow_caption {
      right: 20%;
    }}
    @media only screen and (max-width: 767px) and (min-width: 480px) {
    .responsive #top .slideshow_caption {
      left: -15%;
    }}

    Cheers!
    Yigit

    #434104

    Yeeesss!

    Thank You!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Textfield position in Full width slider’ is closed to new replies.