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

    When resizing the browser at the mobile view the first tile always fills the full width while the others take up half the row. Would appreciate if you could take a look at it. THANKS!

    #766439

    Hey webcrab,

    I have checked the link you gave I only see it in fullwidth when viewing on mobile device or trying to resize the browser. Is this already fixed? if not can you please post a screenshot on how it looks on your end?

    Best regards,
    Nikko

    #766653

    Hi and thank for the fast reply. Here is a screenshot of the problem I am describing. I want alle tiles to be the same size on MObile View ( there should be 2 in a row ) . Atm the first one is wide as the two beneath it.

    https://snag.gy/ovSh8y.jpg

    #767213

    Hi,

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

    @media only screen and (max-width:767px) {
      #top #wrap_all .grid-sort-container .flex_column.isotope-item {
        width: 100% !important;
        position: static !important;
        margin-bottom: 20px !important;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

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