Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1398356

    Hello, is het possible to give the sliding text coming from the left some more left-margin?
    now its rather close to the left border of the body.
    best regards, jelle

    ps: by the way, its alright at a mobile phone
    so the code would only be for larger screens…

    • This topic was modified 1 year, 2 months ago by jeel147.
    • This topic was modified 1 year, 2 months ago by jeel147.
    • This topic was modified 1 year, 2 months ago by jeel147.
    #1398498

    Hey jeel147,
    Please try this css:

    @media only screen and (min-width: 1024px) { 
    	#full_slider_1 .caption_left .slideshow_caption {
        left: 40px;
    }
    }

    please adjust the number to suit and clear your browser cache and check.

    Best regards,
    Mike

    #1398510

    Hello Mike, much better, thank you!
    you can close this ticket if you want
    best regards, jelle

    #1398522

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘more left margin for sliding text’ is closed to new replies.