- Posts: 49
- Thank you received: 0
Menu button - have the click it twice?
-
richard9
Inactive member -
Topic Author
- Member
-
Less
More
2 years 11 months ago - 2 years 11 months ago #48959
by richard9
Replied by richard9 on topic Menu button - have the click it twice?
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
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: 2 years 11 months ago by milos.
Please Log in to join the conversation.
-
richard9
Inactive member -
Topic Author
- Member
-
Less
More
- Posts: 49
- Thank you received: 0
2 years 11 months ago #48961
by richard9
Replied by richard9 on topic Menu button - have the click it twice?
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
thanks
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6794
- Thank you received: 722
2 years 11 months ago #48962
by milos
Replied by milos on topic Menu button - have the click it twice?
Hello,
Please edit file /media/templates/site/coworking/css/custom.css and around line 1066 change this:
to this:
Around line 414 change this:
to this:
You can tweak the margin-top value until you get good results.
Regards,
Milos
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
-
Less
More
- Posts: 6794
- Thank you received: 722
2 years 11 months ago #48963
by milos
Replied by milos on topic Menu button - have the click it twice?
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 } ):
Regards,
Milos
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
-
Less
More
- Posts: 49
- Thank you received: 0
2 years 11 months ago #48965
by richard9
Replied by richard9 on topic Menu button - have the click it twice?
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!
many thanks for all this!
Please Log in to join the conversation.
Time to create page: 0.090 seconds