Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1216077

    Hi,

    When in ipad landscape view, my site displays broken:
    last menu option is pushed out of the window (maybe menu should be hamburger?)
    the colums elements are overlapping with other sections

    what can we do?

    #1216647

    Hi Alexander,

    In your WordPress Dashboard, go to Enfold > Main Menu > General (tab) > Menu Items for mobile set to Activate for Smartphones and Tablets (browser width below 990px)
    Hope it helps.

    Best regards,
    Nikko

    #1216920

    Hi Nikko,

    OK, I have done that, the site is still broken. The hamburger menu now displays in a second row below the logo (top row with logo left and second row with hamburger on the right.

    And the colums are still overlapping other items, the header is not displayed properly, etc.

    So, what else can we do?

    Kind regards, Alex

    #1217252

    Hi Alex,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 1024px) {
      nav.main_menu {
        display: block !important;
      }
      #avia-menu .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    Best regards,
    Rikard

    #1217669
    This reply has been marked as private.
    #1218137

    Hi,

    Yes, you can upload screenshots to a service like Google Drive or Dropbox and then link to them here.

    Best regards,
    Rikard

    #1218158
    This reply has been marked as private.
    #1218377
    This reply has been marked as private.
    #1218430

    Hi Alexander,

    Thanks for that, the screenshots are not shared publicly though so we can’t see them. Please make them public or upload them to imgur.com for example.

    Best regards,
    Rikard

    #1218682
    This reply has been marked as private.
    #1220263
    This reply has been marked as private.
    #1220878

    Hi Alexander,

    We apologize for the delayed response.
    Each number represents the screenshots.

    1. This is caused by some custom CSS:

    .av-main-nav-wrap{
    	display: inline-flex;
    	justify-content:center;
    	width: 170%;
    	margin-top: 4em;
    	margin-right: 50em !important;
    	padding-right:15em;
    }

    it’s found inside this media query:

    @media screen and (min-width:48em) and (max-width:59.9999em) {

    Please remove it, if this code was added to fix for some screens, maybe the media query should be adjusted.

    2. This is caused by this code:

    .container_wrap, .container_wrap_logo{
    	height: 13em !important;
    }

    it’s found inside this media query as well:

    @media screen and (min-width:48em) and (max-width:59.9999em) {

    3. I could not see it on my end.

    Best regards,
    Nikko

    #1220885

    Hi Nikki,

    Thanks, the problem is solved now :-) !

    Best regards,
    Alexander

    #1220954

    Hi Alexander,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Site broken in Ipad landscape view’ is closed to new replies.