-
AuthorPosts
-
May 19, 2017 at 5:33 pm #796683
Hi there
My website looks good on PC and iphone (using both Chrome and IE) but the layout is distorted when viewing on a Mac. Is there a setting that I’m missing?
Many thanks
May 19, 2017 at 5:56 pm #796690Hey Picante,
Can you please provide a screenshot of the mac view?
Best regards,
Jordan ShannonMay 19, 2017 at 6:06 pm #796696Hi
Not sure how to attach a screenshot here?May 19, 2017 at 6:09 pm #796700Hi,
You can post the link in the private area. If you need a service: https://snag.gy/
Best regards,
Jordan ShannonMay 22, 2017 at 2:44 pm #797661These are screenshots that the Mac user has sent me. See how the buttons are not aligned and elements are overlapping.
May 22, 2017 at 4:02 pm #797727Hi,
Okay, thanks for the screenshot. I will send this case to a teammate to see if they can assist further.
Best regards,
Jordan ShannonMay 22, 2017 at 4:10 pm #797738Hi,
I can reproduce the issue on my 15 inch MBP. I think the best solution in your case would be either to increase container width in Enfold theme options > General Layout > Dimensions or to decrease font size of your main menu items in Enfold theme options > Advanced Styling > Main Menu Links
Best regards,
YigitMay 22, 2017 at 4:15 pm #797746But the issue is not just with the main menu items – it is throughout the site with buttons being in the wrong places. The site looks perfect on a PC screen and i-phone so I don’t really want to change the width or font settings.
May 23, 2017 at 10:31 am #798148Your response would be much appreciated. I have used the Enfold theme many times and have not come across this issue before, but really need to get it sorted. Hope you can help!
Many thanks :-)
May 23, 2017 at 11:58 am #798195Hi,
I checked your website on Safari, Opera, Firefox and Chrome and it looks the same on all these browsers.
Can you please post a screenshot from Win and attach temporary admin logins here privately? I would like to see how your site supposed to look and adjust on Mac accordingly :)Best regards,
YigitMay 23, 2017 at 1:28 pm #798259I have realised that it is due to screen size i.e. the menu items are quite long so when viewing on a smaller screen the menu is overlapping. I have enabled “mobile menu activation for tablets and smart phones” and also added this code:
@media only screen and (max-width: 1100px) {
.av-main-nav > li > a { padding: 0 7px; }
}but it is still not converting to the mobile menu on a tablet.
Please advise.
Many thanks
May 23, 2017 at 1:31 pm #798261Also, is there a way of making the header wider than the content container?
May 23, 2017 at 3:04 pm #798300Hi,
1- Please refer to this post – http://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/
2- Please add following code to Quick CSS
#header .container { max-width: 98%; }
Best regards,
YigitMay 30, 2017 at 11:13 am #801442I have realised that it is due to screen size i.e. the menu items are quite long so when viewing on a smaller screen the menu is overlapping. I have enabled “mobile menu activation for tablets and smart phones” and also added this code:
@media only screen and (max-width: 1100px) {
.av-main-nav > li > a { padding: 0 7px; }
}but it is still not converting to the mobile menu on a tablet.
Please advise.
Many thanksJune 1, 2017 at 5:26 am #802315Hi,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1024px) { nav.main_menu { display:none !important; } #advanced_menu_toggle, #advanced_menu_hide { display:block !important; } }
Change the value 1024 to a higher value if you should want it to apply over tablet sized screens.
Best regards,
RikardJune 6, 2017 at 10:44 am #804433Hi
I have tried this but it doesn’t seem to be working on tablet screens?
June 7, 2017 at 5:04 am #804821Hi,
Ok, thanks for the feedback. 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,
RikardJune 7, 2017 at 9:25 am #804953OK – thank you.
June 8, 2017 at 2:42 pm #805578Hello
Could somebody please respond to this query before the temporary log-in runs out.
Many thanks
June 12, 2017 at 2:58 pm #806904Hi Picante,
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 (min-width: 768px) and (max-width: 1180px) { .container.av-logo-container { padding: 0px; margin: 0px 30px; max-width: 95%; } #top .av-menu-button > a .avia-menu-text { padding: 5px; } .av-main-nav > li > a { padding: 0px 11px; } .logo img { padding: 55px 0; width: 50%; } } @media only screen and (min-width: 1180px) { .logo img { padding: 35px 0; width: 70%; } #top .av-menu-button > a .avia-menu-text { padding: 9px; } .av-main-nav > li > a { padding: 0px 13px; } .container.av-logo-container { padding: 0px; margin: 0px 30px; max-width: 95%; } } @media only screen and (min-width: 1365px) { .logo img { padding: 30px 0; width: auto; } .av-main-nav > li > a { padding: 0px 15px; } .container.av-logo-container { padding:0 30px; margin: 0px 60px; max-width: 90%; } }
This code adjusts the logo and the menu a bit, so that the menu does not overlap the logo. Let me know if this works for you.
If you need further assistance please let us know.
Best regards,
VictoriaJune 14, 2017 at 11:35 am #807915Help! This still isn’t working! I just want it to convert to the mobile (burger) menu when on a smaller screen.
Many thanks.
June 16, 2017 at 5:58 pm #809031I have inserted this code, but the full menu is still showing on a laptop sized screen (see attached screen shot).
@media only screen and (min-width: 768px) and (max-width: 1180px) {
.container.av-logo-container {
padding: 0px;
margin: 0px 30px;
max-width: 95%;}
#top .av-menu-button > a .avia-menu-text {
padding: 5px;
}.av-main-nav > li > a {
padding: 0px 11px;
}
.logo img {
padding: 55px 0;
width: 50%;
}June 19, 2017 at 5:39 pm #809888Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.