Tagged: ,

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

    Within Main Menu > General I have activated for smartphones and tables at 990.

    I’ve added the following code per this forum:

    @media only screen and (min-width: 990px) {
    span.menu-break {
    display: block;
    line-height: 0;
    bottom: 30px;
    position: relative;
    }
    .menu-item-top-level{
    text-align: center;
    }}
    #header_main .container {
    padding-left: 0;
    }

    But I still can’t get topmenu to show the topmenu at all. I would prefer a hamburger menu, but second option for regular text menu could work too.

    Thank you.

    #851423

    Hey marketingagency,

    Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #851800

    Will do, thank you.

    #852063

    Hi marketingagency,

    Could you please remove that code and we will take it from there.

    Best regards,
    Victoria

    #852197

    Done!

    #853440

    Hi,

    I removed following code from style.css file of your child theme

    @media only screen and (min-width: 768px) {
    div.av-section-bottom-logo {
    	display:none;
    }
    }

    Please review your website :)

    Best regards,
    Yigit

    #853613

    Hey Yigi.

    I appreciate your efforts, but now there’s a bunch of design issues.

    While the hamburger menu shows in iPad portrait view, it’s also showing social icons twice now.

    And the logo is now centered, on all devices no matter if it’s landscape or portrait view.

    Thoughts?

    #853830

    Hi,

    I added following code to Style.css file of your child theme

    @media only screen and (max-width: 990px) {
    .responsive #top #header .social_bookmarks {
        display: none;
    }
    .html_header_top.html_logo_center .logo {
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }}

    Please review your website :)

    Best regards,
    Yigit

    #854106

    Thank you Yigit I appreciate your help!

    #854348

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘iPad portrait not showing menu’ is closed to new replies.