Highlight Line Incorrect Position - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Highlight Line Incorrect Position

M

Michael

Template 7 months ago

Hi Guys,

On the MAIN menu ... the highlight line is not in the correct position.

The logo I used is slightly larger then the original templates size... but I didn't think that should effect the menu.

I have place the staging server link in the hidden content area, so you can see it.

The line goes right thought the middle of each menu name ... and is not underneath it.

Look forward to your assistance.

Cheers,

Michael

0
13 Answers
M
Michael
Accepted Answer
7 months ago #187756
0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 7 months ago #187596

Hello,

Thanks for reaching out to us.

Use this css in your custom css:

div#sp-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    line-height: 36px;
}
.sp-megamenu-parent>.sp-menu-item a:before {
    top: 35px;
}
.sp-megamenu-parent>li:hover>a {
    color: #59cbe8;
}

Best regards

0
M
Michael
Accepted Answer
7 months ago #187602

Thank you!

Ok... but now the sub menu... the line is to far down?

Have a look !

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 7 months ago #187610

use this css, in your custom css.

.sp-dropdown-main .sp-menu-item a:hover:before {
    top: 25px;
}

Thanks

0
M
Michael
Accepted Answer
7 months ago #187616

Hi and thank you Ziaul !!!

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 7 months ago #187631

You are welcome. We greatly value your opinion and would love to hear your feedback about SP Page Builder. If you could spare a moment, it would mean a lot to us!

You can share your review here:

Joomla Extensions Directory

Trustpilot

0
M
Michael
Accepted Answer
7 months ago #187736

Hi again,

I just noticed this has the same problem on the BUTTON on the right hand side of the MENU? There is a blue line in the incorrect poistion when you rollover the button.

Have a look , but it seems weird why it is doing this?

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 7 months ago #187745

Could you please share a screenshot of your issues?

Thanks.

0
M
Michael
Accepted Answer
7 months ago #188380

Any luck in checking this one?

0
M
Michael
Accepted Answer
7 months ago #188958

Please help !!! If you rollove the 'BOOK NOW' button at the top of the homepage... you will see a LINE poking out from the left side... and not UNDER the button?

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 6 months ago #189455

I apologize for the delay. I don’t see any issues now.

If you encounter any further problems, please don’t hesitate to let me know.

Thank you!

0
M
Michael
Accepted Answer
6 months ago #189468

Thanks... it might be my cache, but in Firefox is was still there I think?

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 6 months ago #189477

From my firefox, i didn't see any issues: https://imgbb.co.com/LDkzyngr

0