Centred Menu And Hiding Logo To Correct - Question | JoomShaper

Centred Menu And Hiding Logo To Correct

UM

University of Mauritius

Helix Framework 4 months ago

Thank you for the codes.. much appreciated. 2 last things..

Grateful if you could help make the menu centered please. the banner text seems to hide behind the logo when the window is smaller.. Kindly advise. (https://prnt.sc/2W-CheEwWbGm)

0
7 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 4 months ago #140526

Hi

Thanks for contacting us and sorry for your issue, Please use this custom CSS in your custom.css file

div#sp-menu .justify-content-end {
    justify-content: center !important;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .text-lg-end {
    max-width: 1900px;
    text-align: center !important;
}

-Regards.

0
UM
University of Mauritius
Accepted Answer
4 months ago #140528

thank you.. lastly for the banner text please.. it is not in the middle and it hides behind the logo when the window becomes small.. please help

0
UM
University of Mauritius
Accepted Answer
4 months ago #140540

hi.. after the last changes,

the banner seems ok when the screen is small for mobile view. However, on large screens it goes to the right corner. I would prefer it to be in the middle please?

https://prnt.sc/hXVIvDM3yapD

0
UM
University of Mauritius
Accepted Answer
4 months ago #140544

hi.. after the last changes,

the banner seems ok when the screen is small for mobile view. However, on large screens it goes to the right corner. I would prefer it to be in the middle please?

https://prnt.sc/hXVIvDM3yapD

0
UM
University of Mauritius
Accepted Answer
4 months ago #140556

Never mind.. I got it.. thanks though

0
UM
University of Mauritius
Accepted Answer
4 months ago #140557

Never mind.. I got it.. thanks though

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 4 months ago #140705

No problem you are always welcome.

0