-
AuthorPosts
-
September 12, 2017 at 11:26 pm #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.
September 13, 2017 at 8:02 am #851423Hey 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,
RikardSeptember 14, 2017 at 1:33 am #851800Will do, thank you.
September 14, 2017 at 2:58 pm #852063Hi marketingagency,
Could you please remove that code and we will take it from there.
Best regards,
VictoriaSeptember 14, 2017 at 5:16 pm #852197Done!
September 18, 2017 at 3:38 pm #853440Hi,
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,
YigitSeptember 19, 2017 at 12:14 am #853613Hey 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?
September 19, 2017 at 1:31 pm #853830Hi,
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,
YigitSeptember 20, 2017 at 1:31 am #854106Thank you Yigit I appreciate your help!
September 20, 2017 at 1:31 pm #854348Hi,
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 -
AuthorPosts
- The topic ‘iPad portrait not showing menu’ is closed to new replies.