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

    Hi,
    the iPad Portrait Mode has a resolution of 768px. The Enfold breakpoint is 767px. How can I change the breakpoint by one pixel to display the shop page without a sitebar on the tablet?

    #1069555

    Hey Ramon,

    Can you give us a link to the page? so we can take a closer look.

    Best regards,
    Nikko

    #1071897

    The link: botigo.de

    #1072539

    Hi ratoli,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:959px) {
      .responsive #top .container .av-content-small {
        margin: 0 0 20px;
        width: 100%;
        border: none;
      }
    
      .responsive #top .container .av-content-small .entry-content-wrapper {
        padding-right: 0;
      }
    
      .responsive #top #main .sidebar {
        display: none;
      }
    }

    Best regards,
    Nikko

    #1072647

    Perfect, thanks!

    #1073636

    Hi ratoli,

    Glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Tablet portrait mode’ is closed to new replies.