Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #427475

    Hi,

    Theme works perfect, ecxept:

    last two colums above the google map. They do not work correctly on mobile screens.

    Do you know why?

    Best regards,
    Thomas

    #428178

    Hi Ink_Eye!

    Thank you for using Enfold.

    I checked the page but the section on top of the google map is empty even on desktop view. Did you remove it? If possible, please create a test page and a screenshot of the issue.

    Cheers!
    Ismael

    #433477

    Hi Ismael,

    the empty section was, because of a second issue. I removed the empty section. Now you can see, that the map is’nt shown fullscreen anymore.

    The column issue is in: Adress and contact form.

    Best regards,
    Thomas

    #433900

    Hey!

    Did you add any html tags inside the page? Make sure that you close them properly. The section with the issue is outside the wrap_all container. It should be inside. Add this in the Quick CSS field to fix the columns temporarily:

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

    Check the page and look for any unclosed html tags.

    Best regards,
    Ismael

    #435485

    Hi,
    ok, I will do this, thanks!

    #435488

    Hi,

    this code does not work either.

    I check the page for any unclosed html tags.

    Regards,
    Thomas

    #436698

    Hi!

    Try this:

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

    Remove browser cache then reload the page.

    Regards,
    Ismael

    #439751

    Hi,

    it works! Thank you.

    Do you know, why

    “@media only screen and (max-width: 767px) { .responsive .flex_column { width: 100% !important; margin-left: 0; }}” is shown in the Socket now?

    Regards,
    Thomas

    #439757

    Hi!

    It seems like you have added that custom CSS code to Google Analytics field instead of Enfold theme options > General Styling > Quick CSS field :)

    Regards,
    Yigit

    #439771

    Hi,

    and yes :D
    you are right! My fault, thanks!

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Column Problem’ is closed to new replies.