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

    Hi Enfold Team,

    I love your theme so much I decided to build another site using it. I did run into one issue – On mobile my Fullwidth Easy Slider Captions are over lapping the text. Is there a way to make those smaller and right justified? I did make the settings right justified but they only seem to apply to desktop – not mobile.

    #1269648

    Hey darrenheld2,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 479px) {
        .responsive #top .slideshow_caption {
            left: 160px;
                width: 55%;
        }
        .responsive #top .slideshow_caption h2 {
            font-size: 16px !important;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1269684

    Thank you! That look great on my phone when it is normally held but when I rotate it horizontally things are still overlapping. How would I resolve that?

    #1269864

    Hi darrenheld2,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (min-width: 480px) and (max-width: 989px) {
        .responsive #top .slideshow_caption {
            left: 260px;
    
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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