Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #1020073

    This looks great on desktop – http://imthatgeek.com/from-70k-in-debt-to-eventual-millionaire-with-jaime-masters/

    but not on mobile – https://www.screencast.com/t/z4bnpSkthB6

    here’s how I have it set up:
    2018-10-10_1534
    and the inside:
    2018-10-10_1533

    #1020511

    Hey yifatcohen,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Basilis

    #1020845

    sure. it’s below.

    #1021275

    Anything on this?

    #1021713

    Hi yifatcohen,

    Best regards,
    Victoria

      #1028304

      there we go.

      #1029204

      Hi yifatcohen,

      Best regards,
      Victoria

      #1029287
      #1029960

      Hi yifatcohen,

      Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

      
      @media only screen and (max-width: 767px) {
        .responsive #top #wrap_all .flex_column.avia-builder-el-9:empty {
            margin-top: 120px !important;
        }
      }
      

      If you need further assistance please let us know.

      Best regards,
      Victoria

      #1029976

      Thank you.
      That pushes the video down.

      Is there anyway to get the video to be on top of the header on mobile as it is on desktop:
      2018-11-05_1008

      #1031066

      Hi,

      You have to remove this code first:

      .responsive #top #wrap_all .flex_column.avia-builder-el-9:empty {
          margin-top: 100px !important;
      }
      

      And then add this one:

      .responsive #top #wrap_all .av-flex-cells .no_margin {
      overflow: visible;
      }

      Add a unique Section ID to the grid row element containing the columns if you want to solely apply this modification to that particular column.

      // https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#turn-on-custom-css-class-field-for-all-alb-elements

      Best regards,
      Ismael

      #1072022

      Ismael

      So, if I want to apply it to just one column (showColumn), will the CSS look like this:

      .showColumn .responsive #top #wrap_all .av-flex-cells .no_margin {
      overflow: visible;
      }

      #1072138

      Hi,

      Thanks for the update. Yes, something like that but you have to adjust the selector a bit.

      .responsive #top #wrap_all .av-flex-cells .showColumn.no_margin {
         overflow: visible;
      }

      Best regards,
      Ismael

      #1075042

      I’ve added this to both the Quick CSS and the Custom.CSS and it’s not working on mobile still:

      2019-03-05_1141

      2019-03-05_1141

      2019-03-05_1142

      Would you like temporary access to take a look?

      #1075601

      Me again.

      Happy to give you access to check it out.

      #1076150

      Hi,

      Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

      1. Install and activate ” Temporary Login Without Password “.
      2. Go to ” Users > Temporary Logins ” on the left-side menu.
      3. Click ” Create New “.
      4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
        ( do be sure that we have enough time to debug ).
      5. Click ” Submit “.
      6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

      When your issue is fixed, you can always remove the plugin!
      If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

      Best regards,
      Basilis

      #1077626
      This reply has been marked as private.
      #1079442

      Hi,
      Sorry for the late reply, I took a look at your two test pages (1) & (2) and the css solution above, and then compared it to the actual css on your page and found that you need to change your overflow: hidden; to overflow: visible !important;
      You can do this directly or if you can’t find it you can use this css to override:

      @media only screen and (max-width: 767px) {
      .responsive #top #wrap_all .av-flex-cells .no_margin {
          overflow: visible !important; 
      }
      }

      2019-03-16-085847
      I couldn’t login to change it for you, but if you would like me to please update the login link.

      Best regards,
      Mike

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