Forum Replies Created
-
AuthorPosts
-
Now it works, thank you so much!
This reply has been marked as private.Unfortunately the code didn’t work – the mobile menu looks the same and the words are not added. I’m adding the URL of the site in a private post below.
Thanks for the hint about Javascript, the problem is now fixed! There was a folder with some Javascripts uploaded to the home directory, I haven’t even been using them but they must’ve caused the conflict somehow. I deleted that folder and the mobile menu now works!
Now when I added the code the mobile menu square shows up, but doesn’t do anything – I click on it and nothing happens! Please help!
Great, thanks!
FYI, anyone else using this code – you need to add !important in order for it to work:
#header_main .container, .main_menu ul:first-child > li a { line-height: 80px !important; }
September 3, 2014 at 7:09 pm in reply to: How To Remove Line Between Header and Main Content? #313071Awesome, thanks!
I finally figured it out! Posting the code here – hopefully it will help others who are looking for a more narrow site width (in this code the site width is 940). To change the site width, just adjust every single value in the code below by the percentage you are increasing/decreasing it.
/* #Desktop - Large ================================================== */@media only screen and (min-width: 1140px) { .responsive .boxed#top { width: 940px; } .responsive .container { width: 855px; } .responsive .container .one.unit, .responsive .container .one.units { width: 33px; } .responsive .container .two.units { width: 108px; } .responsive .container .three.units { width: 182px; } .responsive .container .four.units { width: 257px; } .responsive .container .five.units { width: 332px; } .responsive .container .six.units { width: 406px; } .responsive .container .seven.units { width: 481px; } .responsive .container .eight.units { width: 556px; } .responsive .container .nine.units { width: 631px; } .responsive .container .ten.units { width: 705px; } .responsive .container .eleven.units { width: 780px; } .responsive .container .twelve.units { width: 855px; } .responsive #top.boxed .stretch_full { width: 938px; } .responsive #top .offset-by-one { padding-left: 74px; } .responsive #top .offset-by-two { padding-left: 149px; } .responsive #top .offset-by-three { padding-left: 224px; } .responsive #top .offset-by-four { padding-left: 299px; } .responsive #top .offset-by-five { padding-left: 373px; } .responsive #top .offset-by-six { padding-left: 448px; } .responsive #top .offset-by-seven { padding-left: 523px; } .responsive #top .offset-by-eight { padding-left: 597px; } .responsive #top .offset-by-nine { padding-left: 672px; } .responsive #top .offset-by-ten { padding-left: 747px; } .responsive #top .offset-by-eleven { padding-left: 821px; } }
August 25, 2014 at 12:02 am in reply to: Enfold Responsive Table Headings in Wrong Fields on Mobile #308504I’m having the exact same problem! Setting Responsive Styling to scrollable is not a solution – it makes the table NOT responsive!
I found that this table BUG has been first reported almost a year ago: https://kriesi.at/support/topic/table-bug-enfold/
Are there any plans on fixing it? It makes the Enfold tables unusable! These days having responsive design is an absolute must!
Any ideas? Just making sure my question didn’t get overlooked as it’s already on page 6.
Thanks in advance for your help!
I fixed it! I moved the IFRAME code inside the “Code Block” element in Avia Layout Builder (before it was in the HTML code box of the Default Editor), and the mobile menu on that page now works.
No, my child theme folder doesn’t have header.php. I have the latest version of Enfold 2.9.1 that I purchased on July 23. The only files my child theme has is style.css and a blank functions.php
After I added the code, the mobile menu ICON shows up on that page, but when I click on it, nothing happens (the menu doesn’t open).
Thank you so much, I really appreciate it! The menu is now fixed!
No! The website looks fine on a regular computer, but the MOBILE menu is messed up. Try resizing the browser to the phone size or looking at it on the phone and you’ll see what I mean… Please help – I’m not able to show the website to my client because of this issue!
Thanks in advance.
I bought Enfold just 2 weeks ago, on July 23rd, and it was already the latest version 2.9.1.
My child theme doesn’t have header.php, it only has style.css and blank functions.php
Works perfect, thank you!
This reply has been marked as private.It worked perfectly! Thank you so much, I really appreciate it!
This reply has been marked as private. -
AuthorPosts