• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 28.08.23, 19:46
  • Opened by: SEGUIN Lionel
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #24892 - Align top not working on Creative Element

Hello,

I have a problem with the theme and creative element, align top doesn’t work widget on creative element.

Thx a lot

Regards

Attachments:

Sans titre.jpg (219.4 KiB)
Sans titre2.jpg (115.4 KiB)

Comments

SEGUIN Lionel 28 Aug 2023, 19:53

And align right doesn’t work for “Contactez-nous” in menu.
The link is also blank for “Contactez-nous” and doesn’t work

Attachments:

Sans titre3.jpg (116.6 KiB)
Fred 29 Aug 2023, 21:56

Hi, SEGUIN Lionel.
Sorry for the delay.
Can you please give me a link to a page where I can see the issue?

SEGUIN Lionel 30 Aug 2023, 09:52

Hello,

You can see issues here :
https://fillierehygiene.fr/

Fred 30 Aug 2023, 17:09

Try following CSS fix:

.pk-sub-menu .elementor-column-wrap {flex-direction: column}
SEGUIN Lionel 30 Aug 2023, 18:58

Thx for you answer, it’s normal on my third image “Contactez-nous” is on left and not on right ?

Fred 30 Aug 2023, 23:01

Can you please take a screenshot of the issue?

SEGUIN Lionel 03 Sep 2023, 12:23

Here,

The link Contactez-nous doesn’t work to go on contact form, is a blank link, I have make a mistake ?
And I want Contactez-nous on the right of the menu

Attachments:

Sans titre.jpg (161.7 KiB)
Sans titre2.jpg (228.7 KiB)
Fred 03 Sep 2023, 21:51

I just tested it out locally and it works fine.
Please fill out all necessary fields in your profile https://support.promokit.eu/myprofile to access to your Back-office and FTP Server to let me check the issue directly

SEGUIN Lionel 04 Sep 2023, 19:46

It’s done
Thx

Fred 05 Sep 2023, 19:17

Looks like it’s fixed, please check

SEGUIN Lionel 05 Sep 2023, 19:49

Hello,
The link is fixed, but I want to align right “Contactez-nous” and all the other menu align left, it’s impossible ?
Thx

Fred 05 Sep 2023, 22:44

try following CSS:

#top-menu > li:last-child {flex-grow: 1; justify-content: flex-end; display: flex;}