Wayne Corp 2.0 Not Showing Module At The Right Possition When Using Edge - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Wayne Corp 2.0 Not Showing Module At The Right Possition When Using Edge

R

rkoenen

Template 1 year ago

Hi, I'm just preparing an upgrade to the latest versions. The upgrade went well but having issues when using MS Edge. Google Chrome and Firefox ware working without issues. Versions:

  • Wayne Corp
  • PHP 8.1.26
  • Joomla! 4.4.1

Issue:

  1. Left menu is not right-aligned
  2. The fa-awesome of the flip-boxes are not looking as they should

Stg-URL with issues: Staging

Prod-URL w/o issues: Prod

Any recommendation how to fix these two issues?

Many thanks and best regards,

Ruediger

0
14 Answers
R
rkoenen
Accepted Answer
1 year ago #143843

Well, very interesting. Got it fixed by using temporarily:

div#sp-menu1 > .sp-column {
    float: right;
}

However, the final resolution was an issue with Google Analytics. By switching to the new version of GA, everything related to the menu is now fine. for the other new issue, a new request will be opened.

Many thanks!!

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #143917

Glad to know that you have fixed that issue.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #142124

Hi

Thanks for contacting us and sorry for your issue, Could you please give me a screenshot of your issue?

-Regards.

0
R
rkoenen
Accepted Answer
1 year ago #142230

Issue 1 Issue 2

Should be: 1 2

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #142277

Hi

It seems ok in mny end. Is this solved now?

https://prnt.sc/Eq5eFjs0Igd8

0
R
rkoenen
Accepted Answer
1 year ago #142367

Hi,

Issue 2 has been resolved, but issue 1 is still alive. Till now, I couldn't figure out how to get the left menu back to be right-alligned. And as said, it is only by using MS Edge.

Issue 1

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #142437

Could you please mention the resolution where exactly you have faced this issue?

0
R
rkoenen
Accepted Answer
1 year ago #142556

Just have added center to the content. However, the menu is still not right-alligned on staging link to stg when using Microsoft Edge browser. Any suggestion?

0
R
rkoenen
Accepted Answer
1 year ago #143011

Well, looks like the screen resolution of the Windows PC (1920 x 1080) does contribute to the issue. However, when the resolution of Edge does toggle from offcanvas to normal menu, what is by around 977px, the menu odes get left-alligned and not, as it should right-alligned.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #143012

Is this working now?

0
R
rkoenen
Accepted Answer
1 year ago #143017

No, not yet.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #143137

Which resolution you have faced this issue? It seems ok in my end.

0
R
rkoenen
Accepted Answer
1 year ago #143599

Well, as said, it depends on the screen resolution. When the screen resolution of the Windows 11 OS is 1920 x 1080 or higher, it doesn't matter which resolution is used within Edge once it has been switched from offcanvas to normal menu.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #143646

Sorry it still same I mean it seems fine in my end. But I can give me you a hint. Use this custom CSS in your custom.css file for reducing that space


div#sp-menu1 {
    position: relative !important;
    left: 20px !important;

}

And exactly target for Microsoft Edge browser you can follow this link below:

https://stackoverflow.com/questions/32940965/how-to-target-microsoft-edge-with-css

If you need more help then I think you need a developer who can help you in this.

0