- Posts: 125
- Thank you received: 0
Centre menu vertically / background on scroll
-
paul1
Active member - Topic Author
- Member
Less
More
1 year 4 months ago #50685
by paul1
Centre menu vertically / background on scroll was created by paul1
Hi Milos
www.gippslandopera.org.au HJ Business template
1, How can I centre the menu vertically - cant see a switch for this
2. Back colour changes on scroll. Previously I used the following code
.logo_row.fix_menu {
background-color: #ffffff !important;
}
Placed in custom.css - but seems not to have any effect. As it scrolls, background colour is #eee
My thanks
Paul
www.gippslandopera.org.au HJ Business template
1, How can I centre the menu vertically - cant see a switch for this
2. Back colour changes on scroll. Previously I used the following code
.logo_row.fix_menu {
background-color: #ffffff !important;
}
Placed in custom.css - but seems not to have any effect. As it scrolls, background colour is #eee
My thanks
Paul
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
1 year 4 months ago #50687
by milos
Replied by milos on topic Centre menu vertically / background on scroll
Hello,
1. This website doesn't use our template. So, please ask the template developer for help.
2. When I scroll your site, the top row stays white. It doesn't change to #eee.
Regards,
Milos
1. This website doesn't use our template. So, please ask the template developer for help.
2. When I scroll your site, the top row stays white. It doesn't change to #eee.
Regards,
Milos
Please Log in to join the conversation.
-
paul1
Active member - Topic Author
- Member
Less
More
- Posts: 125
- Thank you received: 0
1 year 4 months ago #50689
by paul1
Replied by paul1 on topic Centre menu vertically / background on scroll
Apologies!!!!! Getting old - the site is in a temporary folder waiting for the small issues to be sorted before going live in J4.
Should be: www.gippslandopera.org.au/mm4
Should be: www.gippslandopera.org.au/mm4
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
1 year 4 months ago #50691
by milos
Replied by milos on topic Centre menu vertically / background on scroll
Hello,
Add this in custom.css file, at the top of the file:
and to change the floating row background color, in the same file, around line 297 edit the background here:
and add this below:
Regards,
Milos
Add this in custom.css file, at the top of the file:
Code:
.logo_row .sparky_menu {
padding-top: 40px;
}
and to change the floating row background color, in the same file, around line 297 edit the background here:
Code:
.logo_row.fix_menu {
position: fixed;
top: 0;
z-index: 89;
width: 100%;
background: #fff !important;
border-bottom: 1px solid #dde5de;
padding: 0;
}
and add this below:
Code:
.logo_row.fix_menu .mnu_mainmenu > li {
background: #fff !important;
}
Regards,
Milos
Please Log in to join the conversation.
-
paul1
Active member - Topic Author
- Member
Less
More
- Posts: 125
- Thank you received: 0
1 year 4 months ago - 1 year 4 months ago #50693
by paul1
Replied by paul1 on topic Centre menu vertically / background on scroll
My thanks again, Milos, for excellent support.
Works perfectly!!!!
FYI - one of the main issues I find with the J4 migration is that clients want their J4 to be the same as J3 - that creates the issues. A redesign is quicker and easier.
Works perfectly!!!!
FYI - one of the main issues I find with the J4 migration is that clients want their J4 to be the same as J3 - that creates the issues. A redesign is quicker and easier.
Last edit: 1 year 4 months ago by paul1. Reason: spelling.
Please Log in to join the conversation.
Time to create page: 0.165 seconds