-
AuthorPosts
-
September 1, 2021 at 3:34 pm #1319370
Hi,
I just used some css I found here on the forum to make my Mega Menu width a bit smaller, used this css:
div.avia_mega_div.twelve.units {
max-width: 1400px;
}But, I would like it to still be centered, rather than lining up to the right the way is is… is there some css I could use to make that happen?
Thank you,
~eSeptember 1, 2021 at 5:24 pm #1319380Hi Eleina_Shinn,
Can you give us a link to your site? so we can check it and try to help with the CSS code.
Best regards,
NikkoSeptember 1, 2021 at 5:44 pm #1319386Yes, here:
September 2, 2021 at 4:30 am #1319419Hi Eleina_Shinn,
Can you try adding this CSS code in Quick CSS (this only works with device width of 1800px and up):
@media only screen and (max-width:1800px) { #header .twelve.units { transform: translateX(-15%); } }
Just adjust the percentage value as you see fit.
Best regards,
NikkoSeptember 2, 2021 at 4:02 pm #1319531Hmmmm…. it didn’t really work, didn’t change much
September 3, 2021 at 9:21 am #1319618Hi Eleina_Shinn,
I tried to check your site however I did not see the code being fetched.
Do you have a caching plugin? if yes, can you please flush out cache.
If that still doesn’t help, please post us your login credentials (in the “private data” field), so we can take a look at your backend.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoSeptember 3, 2021 at 7:39 pm #1319683Oh sorry, I removed the code because it didn’t change anyhting, and even when I adjusted the percentage, it didn’t really do what I was hoping, but I just put it back in the way you have it so you can see.
And okay, I’ve uploaded the plugin and given you temporary access, you should receive an email.
Thank you!
September 6, 2021 at 7:48 pm #1319897Hi Eleina_Shinn,
I apologize for the delayed response.
Can you post the link in private content, so all moderators can see it.Best regards,
NikkoSeptember 6, 2021 at 7:51 pm #1319898Sure, of course, here is the link:
September 7, 2021 at 6:14 pm #1320004Hi Eleina_Shinn,
What I meant was the link produced by the plugin which should allow access.
Or you can just provide us with temporary admin access.Best regards,
NikkoSeptember 8, 2021 at 1:47 pm #1320104Well, I don’t know where you find that, but the plugin provides an action to “email login link”, so I did that. I will also provide login credentials below.
- This reply was modified 3 years, 2 months ago by Eleina_Shinn.
September 9, 2021 at 3:46 am #1320163Hi Eleina_Shinn,
I tried to login multiple times however it shows this error:
ERROR: User can't find.
Best regards,
NikkoSeptember 9, 2021 at 2:42 pm #1320262Try this…
September 10, 2021 at 7:09 pm #1320441Hi Eleina_Shinn,
Thanks, however, this one is blocked (screenshot in private content).
The previous site is good but the account is just not existing (based on the error).Best regards,
NikkoSeptember 10, 2021 at 8:17 pm #1320458Okay, please try this / this is a funny one, but I just tried it and it worked.
September 13, 2021 at 4:14 am #1320617Hi Eleina_Shinn,
Thanks, I have modified the code from max-width to min-width, please adjust the percentage as you see fit.
@media only screen and (min-width:1800px) { #header .twelve.units { transform: translateX(-15%); } }
Let us know if this helps.
Best regards,
NikkoSeptember 14, 2021 at 6:32 pm #1320951Thank you Nikko, that worked.
I wonder if you could help me with one more thing on this site? I’m using this thread because I know you have login credentials here.
I added a Table using Tables by Supsystic, which looks great and does what I want it to do. But, there seems to be a conflict with Enfold and this Plugin (I’ve deactivated all other plugins except the coming soon page).
When I place anything else on this page and begin editing, the section with the table disappears. It’s happened over and over again. I’ve added various sections, most recently a Color Section with an Accordian, but as soon as I start editing the accordian, everything on the page disappears and I have to start over. I’ve got them saved as elements, but can’t seem to add to this particular page.
Any thoughts?
Update: I have a lot of Enfold Sites, and I am working on another one this morning nacwe.org. I am having the same problem, where I create secitons/elements, etcl, update the page and it’s there, then the section or element just disappears. I think there is a bug.
- This reply was modified 3 years, 2 months ago by Eleina_Shinn.
September 17, 2021 at 4:54 am #1321302Hi Eleina_Shinn,
You’re welcome, I tried to look into the issue but I can’t seem to replicate.
I have checked the 3 pages (table backend, test page backend and test page frontend) and I don’t see any issues, the links are in private content.
Can you give us steps on how to reproduce this issue?Best regards,
NikkoSeptember 23, 2021 at 10:08 pm #1322076Well, it seems to have resolved itself, both sites.
Thank you so much!
September 24, 2021 at 12:29 am #1322087Hi Eleina_Shinn,
We’re glad that it’s fixed :)
Thanks as well for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.