Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #273199

    Hi Kriesi

    I working on this site http://bzw.bezzerwizzer.dk/ . I have some issues with the responsiveness. When I resieze or use mobile device.
    the 4 columns on the home page drops into 2 lines just fine. but when I scale further or use smaller device, I pops back into 4 columns.

    Somthing similar happens on http://bzw.bezzerwizzer.dk/?page_id=1627 where it seems random weather the adjustments happens well or not.

    Basicly it seems that the grid file doesn’t do ass it is supposed to. :)

    thank you .
    Jonas

    #273478

    Hey Jonas!

    Here’s how it look on a smaller screen:

    Can you post a screenshot of your view?

    Cheers!
    Josue

    #273797
    This reply has been marked as private.
    #274778

    Hey!

    What specific browser/devices are that?

    Regards,
    Josue

    #275488

    Well I get that result with the latest firefox, crome and ie.

    Also crome for android, some native browser on lg g2 android phone, the native browser on an iPhone5. So basicly all the browseres I can get my hands on:)

    #275655

    Hey!

    Thank you for the update.

    Did you modify anything on the theme files? Please try to add this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    div .av_one_fourth {
    margin-left: 1%;
    width: 48.5%;
    }
    }

    Cheers!
    Ismael

    #276912

    No, I don’t thik so. Thank you I will try this right away.

    #276930

    It worked though I used 98% instead of the 48.5%

    thanks alot.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Columns not collapsing’ is closed to new replies.