Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #447640

    Hello

    when you look at this with an ipad (768 x 1024px):

    http://bebm.de/bebm/

    you will see that the sidebar does not show correctly.

    Screen 768

    If reduce the viewing size a little bit, like 764 x 1024, the layout jumps to column., which I think would be better in this case.

    Screen 764

    How could I force the template to show 1 column layout also for 768 px width?

    Thank you for Help!
    Bernd

    #448015

    Hey Bernd!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 1024px) {
    .content, .sidebar {
      width: 100%!important;
      border: none!important;
    }}

    Cheers!
    Yigit

    #450614

    Thank you Yigit!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Responsive Behaviour for ipad’ is closed to new replies.