Menu button - have the click it twice?

  • richard9
    Inactive member
  • Topic Author
  • Member
  • Member
More
1 year 11 months ago - 1 year 11 months ago #48959 by richard9
Thats great thanks fixed and working perfectly!

Now one more thing hopefully - I have set a video in the user1 position and it looks great - on Desktop. On mobiles there is a large white space above the "text over video" what could be causing this please?

prnt.sc/bSGYJhLsIRZs

in case you need to have a look
This message contains confidential information
Last edit: 1 year 11 months ago by milos.

Please Log in to join the conversation.

  • richard9
    Inactive member
  • Topic Author
  • Member
  • Member
More
1 year 11 months ago #48961 by richard9
Sorry i wasnt thinking posting a username and pw in here wasn't the brightest thing to do, I have disabled that account as I cant edit the post!
thanks

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
1 year 11 months ago #48962 by milos
Hello,

Please edit file /media/templates/site/coworking/css/custom.css and around line 1066 change this:
Code:
.moduletable.text_over_video { position: relative; left: 0; top: 30px; }

to this:
Code:
.moduletable.text_over_video { left: 0; top: 30px; }

Around line 414 change this:
Code:
.moduletable.text_over_video { position: absolute; z-index: 1; width: 100%; max-width: 1080px; margin-top: calc(50vh - 100px); left: calc(50vw - 540px); text-align: center; }

to this:
Code:
.moduletable.text_over_video { position: absolute; z-index: 1; width: 100%; max-width: 1080px; margin-top: calc(50vh - 200px); left: calc(50vw - 540px); text-align: center; }

You can tweak the margin-top value until you get good results.

Regards,
Milos

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
1 year 11 months ago #48963 by milos
No sorry, do not apply the second change, it will break the desktop view. Instead, doing this, add this at the end of the file (AFTER the last } ):
Code:
@media (max-width: 991px) { .moduletable.text_over_video { margin-top: calc(50vh - 200px); } }

Regards,
Milos

Please Log in to join the conversation.

  • richard9
    Inactive member
  • Topic Author
  • Member
  • Member
More
1 year 11 months ago #48965 by richard9
Great thanks that clears the big white space, but I have a problem with the Mobile menu "burger" now being hidden behind the "text over video" background - I don't really need this anyway but would prefer the menu burger to be very top right next to the logo, is there room for this please and could you help put it there ?!!
many thanks for all this!

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
1 year 11 months ago #48966 by milos
The administrator access you provided is not working. Please check.

Thanks

Please Log in to join the conversation.

Time to create page: 0.302 seconds
Powered by Kunena Forum