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

    Hi,
    is there a code I could use to force the mobile view on tablet portrait? I could change the breaking pint on every row, but this is much effort.
    Is there a general way?

    Best regards

    #1477210

    Hey northorie,

    Thank you for the inquiry.

    Which element are you trying to modify? You may need to add some css modifications to adjust the breakpoint for elements such as columns or rows. You can also adjust the Row Settings > Row Screen Options > Fullwidth Break Point settings. Please create a test page or provide a screenshot so that we can inspect the elements.

    Best regards,
    Ismael

    #1477237

    I want the whole website to be mobile mode when opened on iPad in portrait mode. How can I achieve this?

    #1477297

    Hi,

    That is possible, but it would require modifications beyond the scope of support. If you need to adjust the breakpoint for specific elements such as Rows or Columns, we can provide the appropriate modifications.

    You may also hire a freelancer to assist with the customization. You can find freelancers specializing in theme customization by visiting our customization page.

    If you have any other questions or need further assistance, please feel free to let us know.

    Best regards,
    Ismael

    #1477322

    Really?
    There must some kind of code that changes the breaking point from 760px to – I don’t know – below 1300px maybe?

    #1477361

    Hi,

    Yes, this is possible, but it would require extensive modifications, which are not covered by our support. All elements would need to be adjusted.

    If you simply need to change the breakpoint for rows or columns, you can adjust the Row Settings > Row Screen Options > Fullwidth Break Point as mentioned above.

    Best regards,
    Ismael

    #1477403

    Ok, but is there a way to display the burger menu on tablet portrait mode at least? The menu is too long and is covered by the logo.

    Best regards

    #1477418

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 1360px) {
      #top #header .av-main-nav > li.menu-item  {
          display: none!important;
      }
      #top #header .av-burger-menu-main {
          cursor: pointer;
          display: block!important;
      }
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1477452

    Perfect! Thank you :)
    Topic can be closed.

    #1477453

    Hi,

    Great! Let us know if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Force mobile view on tablet portrait’ is closed to new replies.