Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1402304

    Hi there,

    how can I align caption text of Fullscren Slider left only for mobile devices?

    Br Josephine

    #1402345

    Hi josk-design,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
        #top div .caption_center .slideshow_caption {
            text-align: left;
        }
    }

    Hope it helps.

    Best regards,
    Nikko

    #1402453

    Hi Nikko,

    thank you. Is there any possibility to align it with the logo on mobile devices?

    see:

    View post on imgur.com

    That would be very nice.

    BR Josephine

    #1402458

    Hi Josephine,

    Yes, please try to add this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
        #top .caption_bottom .slideshow_caption .slideshow_inner_caption {
            padding: 0;
        }
    }

    Best regards,
    Nikko

    #1402481

    thank youuu!

    #1402521

    Hi,
    Glad Nikko was 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 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Fullscren SLider Align caption text left for mobile devices’ is closed to new replies.