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

    Hi!
    how can I stop two columns from switching to full width when on mobile? I just want to show them on mobile as the same way you see them on desktop. I need this in one page only, not all the website.

    Thanks

    #914883

    Hey studiono,

    Can you post a link to the page mentioned? so we can take a closer look.

    Best regards,
    Nikko

    #914884

    I need the two columns to stay like this in the mobile version.

    #914908

    Hi,

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

    @media only screen and (max-width:767px) {
      #top.page-id-1652 #main .flex_column.av_one_half {
        margin-left: 6%;
        width: 47%;
      }
    
      #top.page-id-1652 #main .flex_column.av_one_half.first {
        margin-left: 0;
      }
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #914911

    great, it works! Thanks a lot

    #914916

    Hi,

    Glad that we could help. :) Let us know if you need further assistance or if we can close this thread.

    Best regards,
    Nikko

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