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

    Hello,

    Made a nice Enfold site again :)

    Only have a responsive problem with a rastersection. I use a min height only on some scale its a max height see pictures. Hope you can help.

    Wkr Tim

    #1023581

    Hey Tim,

    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: 989px) {
      .responsive #top #wrap_all #av-layout-grid-1.flex_column.av-break-at-tablet, 
      .responsive #top #wrap_all #av-layout-grid-1.av-break-at-tablet .flex_cell {
        height: auto !important;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1025946

    Thnx Victoria it worked :)

    #1026084

    Hi Tim,

    Glad we could help :)

    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.