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

    Hello,

    I have problem with slider text. text is not responsive on mobile phone . I cant see whole text only part of text.
    Can you please take a look?

    Regards

    #1464353

    Hey Zaccc,
    I seem to be able to see the slider text, please see the screenshot in the Private Content area.

    Best regards,
    Mike

    #1464357

    Hi Mike ,

    My mistake I didn’t give correct links , sorry.

    #1464413

    Hi,
    Thanks for the links to your pages, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 425px) { 
    #top #wrap_all #main .avia-slideshow .av-slideshow-caption .avia-caption-title,
    #top #wrap_all #main .avia-slideshow .av-slideshow-caption .avia-caption-content p,
    #top #main .avia-slideshow .av-slideshow-caption .avia-caption-content {
        font-size: 20px;
        margin: 0;
    }
    .html_header_transparency #top #main .avia-builder-el-0 .slideshow_caption {
    	padding-top: 0;
    }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

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