Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #719981

    I have a problem with 4 columns layout on tablets. It shows item messily.
    I have taken a screenshot of this problem.
    http://i65.tinypic.com/90ampf.jpg

    And the page is: http://www.webpluss.no/

    #720771

    Hey tennetno,

    Try adding this code in Quick CSS (located in Enfold > General Styling):

    
    @media only screen and (max-width: 989px) and (min-width: 768px) {
      .page-id-17 .avia-builder-el-30, 
      .page-id-17 .avia-builder-el-31, 
      .page-id-17 .avia-builder-el-33, 
      .page-id-17 .avia-builder-el-35 {
        clear: none !important;
        width: 25% !important;
        margin: 10px 0 0 !important;
      }
    }

    Best regards,
    Nikko

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