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

    Hi,

    This is an issue that seems to keep on happening. I have the latest WordPress (4.6), Enfold (3.7.1) and plugin versions running. It only occurs on a phone. It only seems to happen on the homepage. I have duplicated this section and made a template of it and loaded it on the About page and I don’t get the same issue.
    As you can see in the screenshots, the buttons (seems to only be the button element) don’t repack below each other on the homepage. It’s weird cos on the About page (screenshot) they repack as they should. It also affects the socket.
    On a previous site that we just built, the same thing happened and it also affected the footer by just making the columns crash into each other and not repack below each other as they should. Again, only on the homepage.

    Please can you take a look and let me know how to resolve this issue as it is EXTREMELY FRUSTRATING as it keeps on happening.

    Please let me know if you need any more info etc.

    Thank you.

    Homepage: http://imgur.com/a/zKC4R
    About page: http://imgur.com/a/8OTK2

    #677521

    Hi Cordell!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    .flex_column {
        width: 100%!important;
        margin-left: 0!important;
    }}

    Best regards,
    Yigit

    #677528

    Hi Yigit,

    Perfect! Thanks so much. It worked to sort out the footer on the previous site build too :)

    Much appreciated. Is this an issue within the theme itself?

    Thx.

    #677530

    Hey!

    There is a small glitch apparently and we have reported it to our devs.
    You are welcome, glad we could help! Let us know if you have any other questions or issues!

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Issue with columns repacking on phone’ is closed to new replies.