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

    Hello,
    I’ve added a custom code block to a blog post. How do I prevent the columns from stacking on mobile and desktop for a specific element?

    #1353796

    Hey ugnju,

    Please post a link to where we can see the elements in question, and try to explain a bit further what you would like to change.

    Best regards,
    Rikard

    #1353814

    I need the “did you know box” at the bottom to stop stacking on tablet and mobile.

    #1353845

    Hi ugnju,

    Please try adding this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width: 990px) {
      .dyk-table tr {
        display: table-row;
      }
    
      .dyk-table td {
        display: table-cell;
      }
    }

    Best regards,
    Nikko

    #1353940

    That’s working. Thank you!

    #1353982

    Hi ugnju,

    We’re glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Disable Column Stacking on Specific Element’ is closed to new replies.