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

    Hi, I’m using the content slider with text in 2 cols. On the iPhone and iPad portrait these cols usually get arranged one below the other. Not here; the 2 cols are displayed one next to the other, without any whitespace. This is not comfortable to read and looks very densly.
    Could you please check http://tinyurl.com/lmozyx2 and maybe you have a solution for that. Thanks in advance.

    Keep up the great work with Enfold – it’s real fun to work with ’cause you can focus on the layout and (in most cases) not on coding.

    Best, Katharina

    #164869

    Hello Katharina!

    I see, adding this code to custom.css/Quick CSS will fix it:

    @media only screen and (max-width: 767px) {
    
      .slide-entry-wrap .slide-entry.av_one_half {
      	width: 100% !important;
     	margin: 0 !important;
      }
    	
    }

    Regards,
    Josue

    #164873

    Hi Josue,
    thanks a lot, this did the fix.

    Best regards,
    Katharina

    #164874

    Glad we could help Katharina :)

    Regards,

    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Content Slider – 2 cols – display on the iPhone and iPad portrait is not correct’ is closed to new replies.