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

    Hi,

    we are displaying client logos in form of images in 1/5 columns. Desktop looks fine but the break from 5 columns to a single one below 768 is too extreme. Is there a way to adjust this break to have 5 to 3 or 5 to 2 instead? – hope this is clear.

    Thanks in advance.

    #1183186

    Hey tebitron gmbh,

    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 (min-width: 480px) and (max-width: 767px) {
       .responsive #top #wrap_all #portfolio .flex_column {
        width: 50%;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1185265

    Thanks Victoria!

    That works perfectly.

    #1185377

    Hi tebitrongmbh,

    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.